Commit:    0bbfd672820149adf3ccaa1445efb2d331d4ed14
Author:    Paul Dragoonis <[email protected]>         Sun, 1 Jun 2014 
18:35:07 +0100
Parents:   e99f4a425634ace5041fd55b3a0a1a3f3dc92a1a
Branches:  master

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

Log:
Fixing whitespace on and around panel titles

Changed paths:
  M  styles/theme-base.css


Diff:
diff --git a/styles/theme-base.css b/styles/theme-base.css
index 8eb24d3..d3366a2 100755
--- a/styles/theme-base.css
+++ b/styles/theme-base.css
@@ -1729,10 +1729,10 @@ aside.tips .panel .body {
   margin-top:1.5rem;
 }
 
-aside.tips .panel > a {
+aside.tips .panel .headline {
   display: block;
   border-bottom:0;
-  line-height:3rem;
+  line-height: 1.5rem;
   font-size:1.125rem;
   color:#E6E6E6;
   text-rendering: optimizeLegibility;
@@ -1791,6 +1791,10 @@ aside.tips div.inner {
   line-height:3rem;
 }
 
+.newsentry p {
+    line-height: 1.7rem;
+}
+
 .newsentry .newsimage a {
   float: right;
   border: 0;


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

Reply via email to