diff --git a/normalize.css b/normalize.css index 4474dee25..91385b7b3 100644 --- a/normalize.css +++ b/normalize.css @@ -1,4 +1,5 @@ -/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ +/*! normalize.css modified for PXtoEM.com at {{ base_font_size_px }} + normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ /* ============================================================================= HTML5 display definitions @@ -66,9 +67,9 @@ audio:not([controls]) { */ html { - font-size: 100%; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ - -ms-text-size-adjust: 100%; /* 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 */ } /*