Merge pull request #853 from farmdawgnation/stable
[#852] Fix ordering of font properties in reset-font for FF's benefit.
This commit is contained in:
commit
0de694bd3a
@ -67,8 +67,8 @@
|
||||
|
||||
// Reset the font and vertical alignment.
|
||||
@mixin reset-font {
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline; }
|
||||
|
||||
// Resets the outline when focus.
|
||||
|
@ -14,8 +14,8 @@ time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
font-size: 100%;
|
||||
vertical-align: baseline; }
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user