Commit: cc272605765b8e2791782522d7af19c671029cd7 Author: Paul Dragoonis <[email protected]> Sun, 1 Jun 2014 18:35:07 +0100 Parents: 91e72144a011e9422c71ffb79f668548cc0cfd4c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=cc272605765b8e2791782522d7af19c671029cd7 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
