Change disregarded cases to invalid cert chain
[platform/core/security/cert-svc.git] / tests / vcore / resource / wgt_negative_signature / css / style.css
1 * {
2     font-family: Verdana, Lucida Sans, Arial, Helvetica, sans-serif;
3 }
4
5 body {
6     margin: 0px auto;
7     background-color:#222;
8 }
9
10 .contents {
11         display: flex;
12         display: -webkit-flex;
13         box-sizing: border-box;
14         -webkit-box-sizing: border-box;
15         height:320px;
16 }
17
18
19 .content_text {
20         font-weight:bold;
21         font-size:5em;
22         color:#fff;
23 }