Commit: 6aeb1f5d2a8761dfde86a5086d223f8f3300b9d2 Author: Levi Morrison <[email protected]> Mon, 28 Apr 2014 10:36:32 -0600 Parents: 97e12798e75f98e1e9db6c9d2909935daca2286d Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6aeb1f5d2a8761dfde86a5086d223f8f3300b9d2 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
