diff options
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 8 | ||||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index f51ab59a1..2ecc9690e 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -215,7 +215,9 @@ float: left; margin-left: 20px; } - .container { + .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { width: 724px; } .span12 { @@ -545,7 +547,9 @@ float: left; margin-left: 30px; } - .container { + .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { width: 1170px; } .span12 { diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 74fe73277..404c5eb50 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -194,7 +194,9 @@ a:hover { margin-left: 20px; } -.container { +.container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { width: 940px; } |
