Commit: e4cf1e1e43bb135f0823b63c88666b658ad71d25 Author: Levi Morrison <[email protected]> Wed, 10 Jul 2013 12:31:32 -0600 Parents: 7375b50307b7e47c45408a69328ce1835b99d65a Branches: responsive
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e4cf1e1e43bb135f0823b63c88666b658ad71d25 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
