Commit: fb2b4a35a22e32b2c370254b66507acf902f649d Author: Sobak <[email protected]> Sun, 30 Mar 2014 21:58:39 +0200 Parents: d01b77c56e48519f443e5a374ce51d43e62ac66b Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=fb2b4a35a22e32b2c370254b66507acf902f649d Log: Restore previous styling for footer Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index 8f4f97e..72e5181 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -81,6 +81,14 @@ nav input { border-radius: 2px; box-shadow: inset 0 1px 2px rgba(0,0,0,.2); } +footer a { + color: #eef !important; + text-decoration: none; + padding: 0 0.75em; +} +footer a:hover { + color: #fff !important; +} a:link, a:visited { color:#369; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
