Commit: a7960cc209f6dfb8e605fbf2943956dad1ce79bf Author: Dejan Marjanovic <[email protected]> Sat, 14 Dec 2013 14:57:29 +0100 Parents: a4ff6fbadbe49c503f40ae72be48ec8991b152aa Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=a7960cc209f6dfb8e605fbf2943956dad1ce79bf Log: Make footer also 'responsive' Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 2b84d7d..103790b 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -3389,12 +3389,12 @@ div.soft-deprecation-notice blockquote.sidebar { -ms-transition: max-height 400ms; transition: max-height 400ms; } - .navbar .nav > li { + .navbar .nav > li, .footmenu > li { float: none; display: block; text-align: center; } - .navbar .nav > li a { + .navbar .nav > li a, .footmenu > li > a { width: 100%; display: block; padding-left: 0; @@ -3410,7 +3410,7 @@ div.soft-deprecation-notice blockquote.sidebar { display: none !important; } - #intro .download-php { margin: 0 !important; } + #intro .download-php { margin: 0 !important; } } @media (min-width:768px) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
