Commit: efbf40ae4df95124d9224598be16e03834c9a5b8 Author: Hannes Van De Vreken <[email protected]> Fri, 1 Dec 2017 16:48:39 +0100 Committer: GitHub <[email protected]> Fri, 1 Dec 2017 16:48:39 +0100 Parents: fe49129184001403727faae99ec9e32e0526ddf1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=efbf40ae4df95124d9224598be16e03834c9a5b8 Log: Feedback on a links in sidebar Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 69b3788..4f7865d 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -414,10 +414,12 @@ aside.tips .panel > a:after, aside.tips .panel > span:after { content:" "; display:block; -} -aside.tips .panel > span:after { border-bottom:1px dotted #666; } +aside.tips .panel > a { + display:block; + border-bottom: none; +} aside.tips .panel > a:hover:after { border-color:#AE508D; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
