Commit: 546cbc7fe7b9e0b8a4ab91120902df1da3f7a1fe Author: Levi Morrison <[email protected]> Wed, 10 Jul 2013 12:31:32 -0600 Parents: 943e6fd8e5a94867e0cc2ad423451ac572121318 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=546cbc7fe7b9e0b8a4ab91120902df1da3f7a1fe Log: Fixed some layout issues. Changed paths: M styles/bootstrap.css Diff: diff --git a/styles/bootstrap.css b/styles/bootstrap.css index 6dfbc94..f946593 100644 --- a/styles/bootstrap.css +++ b/styles/bootstrap.css @@ -1046,12 +1046,6 @@ textarea { padding-left: 20px; padding-right: 20px; } - .navbar-fixed-top, - .navbar-fixed-bottom, - .navbar-static-top { - margin-left: -20px; - margin-right: -20px; - } .container-fluid { padding: 0; } @@ -2034,7 +2028,7 @@ textarea { body.docs .navbar-static-top .container, body.docs .navbar-fixed-top .container, body.docs .navbar-fixed-bottom .container { - width: auto; + width: 1480px; padding-left:.75em; } } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
