Commit: 581dfaa7ad54543dfd2546eded7b8e6337d4f172 Author: Levi Morrison <[email protected]> Mon, 28 Apr 2014 10:36:32 -0600 Parents: 593427a574318ed854db61751247d39c2678b7f3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=581dfaa7ad54543dfd2546eded7b8e6337d4f172 Log: Minor homepage updates. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index ccf763e..c7c0e9b 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1700,6 +1700,7 @@ aside.tips .panel { } aside.tips .panel .body { font-size:.875rem; + margin-top:1.5rem; } aside.tips a { @@ -1707,7 +1708,15 @@ aside.tips a { border-bottom-style:dotted; } aside.tips .panel > a { - display: block; + display: block; + border-bottom:0; + line-height:3rem; + font-size:1.125rem; +} +aside.tips .panel > a:after { + content:" "; + display:block; + border-bottom:1px dotted; } aside.tips a:hover, aside.tips a:focus { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
