Commit feef81ff authored by Tim Yagan's avatar Tim Yagan Committed by liuzhe-lz
Browse files

Fixed the sequencing of the font attributes (#1579)

Fixed the sequencing of the font attributes to ensure that the parent attributes are not overwritten
parent 4cf0e28b
...@@ -19,8 +19,8 @@ time, mark, audio, video { ...@@ -19,8 +19,8 @@ time, mark, audio, video {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
font: inherit;
font-size: 100%; font-size: 100%;
font: inherit;
} }
/* HTML5 display-role reset for older browsers */ /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, article, aside, details, figcaption, figure,
...@@ -48,4 +48,4 @@ q:before, q:after { ...@@ -48,4 +48,4 @@ q:before, q:after {
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment