Commit: 0031429ab85bb429193ab1bbcc2fbd8a96a60bba Author: Dejan Marjanovic <[email protected]> Sat, 14 Dec 2013 14:57:29 +0100 Parents: 5e6b2b5e8367f0836eeaff9a9672e875a4302eea Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=0031429ab85bb429193ab1bbcc2fbd8a96a60bba 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
