Commit: 11eef2abab758fe02e069252966f5ab7d8d8abb6 Author: Levi Morrison <[email protected]> Wed, 7 May 2014 21:21:30 -0600 Parents: ce170451aa01ceaabe661aa00a4ed7bc2857e519 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=11eef2abab758fe02e069252966f5ab7d8d8abb6 Log: Color adjustments to links in aside menu. Changed paths: M styles/theme-base.css M styles/theme-medium.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 53e9551..284ecfd 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1705,25 +1705,12 @@ aside.tips .panel .body { margin-top:1.5rem; } -aside.tips a { - color:#ccc; - border-bottom-style:dotted; -} aside.tips .panel > a { 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 { - color:#AE508D; -} /* Announcement Area */ aside.tips div.inner { diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 074f114..84ebe04 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -396,6 +396,23 @@ pre.info { aside.tips div.border { display:none; } +aside.tips a { + color:#ccc; + border-bottom:1px dotted #666; +} +aside.tips .panel > a:after { + content:" "; + display:block; + border-bottom:1px dotted #666; +} +aside.tips .panel > a:hover:after { + border-color:#AE508D; +} +aside.tips a:hover, +aside.tips a:focus { + color:#AE508D; + border-color:#AE508D; +} .soft-deprecation-notice { color: #333; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
