Skip to content

Commit

Permalink
Update normalize.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cray committed Apr 18, 2012
1 parent 00c9331 commit a6147a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions normalize.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css modified for PXtoEM.com
/*! normalize.css modified for PXtoEM.com at {{ base_font_size_px }}
normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
Expand Down Expand Up @@ -67,9 +67,9 @@ audio:not([controls]) {
*/

html {
font-size: {{ base_font_size }}; /* 1 */
-webkit-text-size-adjust: {{ base_font_size }}; /* 2 */
-ms-text-size-adjust: {{ base_font_size }}; /* 2 */
font-size: {{ base_font_size_em }}; /* 1 */
-webkit-text-size-adjust: {{ base_font_size_em }}; /* 2 */
-ms-text-size-adjust: {{ base_font_size_em }}; /* 2 */
}

/*
Expand Down

0 comments on commit a6147a6

Please sign in to comment.