Commit: fa77a356f906ed2f5245c93dff6a0fa3e77a6206 Author: Levi Morrison <le...@php.net> Wed, 3 Jul 2013 11:45:13 -0600 Parents: 8d1ffe496ce2408ed4a2c177fa2a9e8cc013240c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=fa77a356f906ed2f5245c93dff6a0fa3e77a6206 Log: Prefer Helvetica Neue if available. Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index 601dec9..7163658 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -16,7 +16,7 @@ body * { } body, input, textarea { - font-family: Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } input { @@ -654,6 +654,7 @@ aside.tips div.inner { #layout { width: 960px; margin: .75em auto 1.5em; + clear:both; } .layout-menu { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php