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:
Eric Meyer 2012-04-19 12:50:38 -07:00
commit 0de694bd3a
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 {