Commit:    b192276e9dd4fe2c8f9ce9a140d6d193618c2970
Author:    Levi Morrison <[email protected]>         Wed, 3 Jul 2013 11:45:13 -0600
Parents:   39941a616c5be5e812e767295c8faeea9ce2eb61
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=b192276e9dd4fe2c8f9ce9a140d6d193618c2970

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

Reply via email to