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, 3 insertions, 9 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 06e55c0b4..c53027343 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -215,9 +215,7 @@ float: left; margin-left: 20px; } - .container, - .navbar-fixed-top .container, - .navbar-fixed-bottom .container { + .container { width: 724px; } .span12 { @@ -451,9 +449,7 @@ float: left; margin-left: 30px; } - .container, - .navbar-fixed-top .container, - .navbar-fixed-bottom .container { + .container { width: 1170px; } .span12 { diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1726c41cb..56405b5ff 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -194,9 +194,7 @@ a:hover { margin-left: 20px; } -.container, -.navbar-fixed-top .container, -.navbar-fixed-bottom .container { +.container { width: 940px; } |
