Commit: e79557f341f53aeaa2425fbba7d478d29597b484 Author: Levi Morrison <le...@php.net> Tue, 30 Jul 2013 13:43:19 -0600 Parents: cb6eb89873f4117d6789c9a6924cd77826a3037c Branches: responsive
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e79557f341f53aeaa2425fbba7d478d29597b484 Log: Fix overlap bug when head-beta-warning is showing. Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index f132738..febc592 100755 --- a/styles/theme.css +++ b/styles/theme.css @@ -36,6 +36,9 @@ pre.info { #head-beta-warning + #head-nav { top:2em; } +body #head-beta-warning + #head-nav + #layout { + margin-top:2.75em; +} #head-beta-warning { padding:.25em 0; border:0; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php