Commit: 1a06ad17780f64e0c694a1df5b1e1f80a8892873 Author: Levi Morrison <[email protected]> Thu, 3 Apr 2014 14:30:58 -0600 Parents: 273fea1ff8d53a68b99c602ade78332984281da6 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=1a06ad17780f64e0c694a1df5b1e1f80a8892873 Log: Converted some font sizes to use rem instead of px Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index a1c5cc9..5f51f55 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -59,7 +59,7 @@ nav li { } header nav a { display: inline-block; - font: normal 16px/2.5 "Source Sans Pro", Helvetica, Arial, sans-serif !important; + font: normal 1rem/2.5 "Source Sans Pro", Helvetica, Arial, sans-serif !important; padding: 0 0.75em; color: #eef !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); @@ -75,7 +75,7 @@ nav form { nav input { width: 100%; color: #333 !important; - font: normal 16px/1.5 "Source Sans Pro", Helvetica, Arial, sans-serif !important; + font: normal 1rem/1.5 "Source Sans Pro", Helvetica, Arial, sans-serif !important; text-shadow: 0 1px 0 #ffffff; border: 0; border-radius: 2px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
