Commit:    38398661144d9627c8657f5cbb00e24f393e6557
Author:    Levi Morrison <[email protected]>         Fri, 21 Mar 2014 
14:27:37 -0600
Parents:   3fc95823919e7d50d8bd1aa1fc0e88335ca5cb51
Branches:  master

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

Log:
Fixed broken border-color; set body line-height

Changed paths:
  M  styles/defaults.css


Diff:
diff --git a/styles/defaults.css b/styles/defaults.css
index b75af8b..0f96a82 100644
--- a/styles/defaults.css
+++ b/styles/defaults.css
@@ -20,7 +20,7 @@
 /* {{{ Base styles */
 body {
   color: #444 !important;
-  font: normal 1em Tahoma, Arial, sans-serif, serif, monospace;
+  font: normal 1em/1.5 Tahoma, Arial, sans-serif, serif, monospace;
   background-color: #E3E3F1;
   width: 100%;
   overflow-y: scroll;
@@ -86,10 +86,10 @@ h1, h2, h3, h4, h5, h6, dt {
   font-weight: bolder;
   color: #446;
   background: #E3E3F1;
-  border-color: #C6C6E2;
-  padding: 0.333333333em 0.444444444em !important;
+  padding: .75rem .5rem;
   border-top: 2px solid #669;
-  border-bottom: 1px solid;
+  border-bottom: 1px solid #C6C6E2;
+  border-radius: 0 0 2px 2px;
 }
 h1 {
   font-size: 1.25em;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to