File tree Expand file tree Collapse file tree 1 file changed +11
-33
lines changed Expand file tree Collapse file tree 1 file changed +11
-33
lines changed Original file line number Diff line number Diff line change @@ -15,39 +15,21 @@ Template: jquery
15
15
/* Headlines */
16
16
17
17
# content h2 {
18
- font-size : 30px ;
19
- line-height : 1.8 ;
20
- color : # 333 ;
21
18
text-transform : uppercase;
22
- margin-bottom : 20px ;
23
- }
24
- # content h3 {
25
- font-size : 22px ;
26
- line-height : 1.5 ;
27
- color : # 444 ;
28
19
}
29
20
# content h4 {
30
21
font-size : 18px ;
31
- line-height : 1.2 ;
32
22
}
33
23
# banner-secondary .large-banner h1 ,
34
24
# banner-secondary .large-banner h2 {
35
25
font-size : 42px ;
36
26
text-transform : uppercase;
37
27
}
38
28
39
- h6 .h-klavika {
40
- font-size : 46px ;
41
- line-height : 1.2 ;
42
- margin-bottom : 30px ;
43
- }
44
- h6 .h-klavika em {
45
- color : # 333 ;
46
- }
47
-
48
- h6 .h-helvetica {
49
- font : 400 46 px/1.2 Helvetica, "Helvetica Neue" , Arial, sans-serif !important ;
50
- margin-bottom : 30px ;
29
+ # content .h-h1-size {
30
+ font-weight : bold;
31
+ line-height : 36px ;
32
+ font-size : 36px ;
51
33
}
52
34
53
35
/* Color Swatches */
@@ -57,19 +39,18 @@ h6.h-helvetica {
57
39
color : # fff ;
58
40
padding : 20px ;
59
41
}
60
- .color * {
61
- opacity : 0.9 ;
62
- }
63
- # content .color h6 {
64
- font : 800 14 px/1.5 "Helvetica Neue" , Helvetica, Arial, sans-serif !important ;
65
- margin-bottom : 4px ;
42
+ # content .color h3 {
43
+ color : inherit;
66
44
}
67
45
# content .color ul {
68
46
margin : 0 ;
69
47
padding : 0 ;
70
48
}
49
+ # content .color li ::marker {
50
+ content : "" :
51
+ }
71
52
# content .color li {
72
- list-style-type : none;
53
+ list-style : none;
73
54
background : none;
74
55
margin : 0 ;
75
56
padding : 0 ;
@@ -78,9 +59,6 @@ h6.h-helvetica {
78
59
}
79
60
80
61
/* Misc Content */
81
- p {
82
- font : 16 px/1.5 Helvetica, "Helvetica Neue" , Arial, sans-serif;
83
- }
84
62
.figcaption {
85
63
padding-top : 20px ;
86
64
padding-bottom : 20px ;
89
67
# banner-secondary p {
90
68
padding-left : 0 ;
91
69
color : # fff ;
92
- }
70
+ }
93
71
hr {
94
72
display : block;
95
73
clear : both;
You can’t perform that action at this time.
0 commit comments