File tree Expand file tree Collapse file tree 1 file changed +23
-52
lines changed
Expand file tree Collapse file tree 1 file changed +23
-52
lines changed Original file line number Diff line number Diff line change @@ -51,31 +51,34 @@ blockquote {
5151 * Heading content
5252*/
5353
54- h1 ,
55- h2 ,
56- h3 ,
57- h4 ,
58- h5 ,
59- h6 ,
60- hgroup {
54+ h1 {
55+ font-size : 2em ;
56+ margin : 0.67em 0 ;
57+ }
58+
59+ h2 {
60+ font-size : 1.5em ;
61+ margin : 0.83em 0 ;
62+ }
63+
64+ h3 {
65+ font-size : 1.17em ;
6166 margin : 1em 0 ;
6267}
6368
64- p + h2 ,
65- p + h3 ,
66- p + h4 ,
67- p + h5 ,
68- p + h6 {
69- margin-top : 2em ;
69+ h4 {
70+ font-size : 1em ;
71+ margin : 1.33em 0 ;
7072}
7173
72- hgroup h1 ,
73- hgroup h2 ,
74- hgroup h3 ,
75- hgroup h4 ,
76- hgroup h5 ,
77- hgroup h6 {
78- margin : 0.5em 0 ;
74+ h5 {
75+ font-size : 0.83em ;
76+ margin : 1.67em 0 ;
77+ }
78+
79+ h6 {
80+ font-size : 0.67em ;
81+ margin : 2.33em 0 ;
7982}
8083
8184/*
@@ -127,38 +130,6 @@ hr {
127130 margin : -1px 0 1em ;
128131}
129132
130- /* Fonts */
131-
132- h1 {
133- font-size : 2em ;
134- margin : 0.67em 0 ;
135- }
136-
137- h2 {
138- font-size : 1.5em ;
139- margin : 0.83em 0 ;
140- }
141-
142- h3 {
143- font-size : 1.17em ;
144- margin : 1em 0 ;
145- }
146-
147- h4 {
148- font-size : 1em ;
149- margin : 1.33em 0 ;
150- }
151-
152- h5 {
153- font-size : 0.83em ;
154- margin : 1.67em 0 ;
155- }
156-
157- h6 {
158- font-size : 0.67em ;
159- margin : 2.33em 0 ;
160- }
161-
162133/*
163134 * Forms
164135*/
You can’t perform that action at this time.
0 commit comments