Commit: debc93c5704ef969c83d17ac70e9fd22283437ce Author: Levi Morrison <[email protected]> Sat, 5 Apr 2014 13:46:24 -0600 Parents: d30699e70ff998d4ef250c85497c0b1fd738f4e5 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=debc93c5704ef969c83d17ac70e9fd22283437ce Log: Adjusting spacing in header and other fullscreen elements. Changed paths: M styles/defaults.css Diff: diff --git a/styles/defaults.css b/styles/defaults.css index 7b6cf2e..7d47c42 100644 --- a/styles/defaults.css +++ b/styles/defaults.css @@ -47,6 +47,9 @@ footer { nav { line-height: 2.5; } +nav a.home { + margin:0 1.5rem; +} nav img { vertical-align: middle; } @@ -63,11 +66,13 @@ nav li { header nav a { display: inline-block; font: normal 1rem/2.5 "Source Sans Pro", Helvetica, Arial, sans-serif !important; - padding: 0 0.75em; color: #eef !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-decoration: none !important; } +header nav ul a { + padding: 0 0.75em; +} nav a:hover { color: #fff !important; } @@ -173,11 +178,6 @@ sup { section.mainscreen { background: #fff; } -.fullscreen > .fullscreen > *, -.mainscreen > * { - margin-right: 40px; - margin-left: 40px; -} section a { color: #369; border-bottom: 1px solid; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
