diff options
| author | Mark Otto <[email protected]> | 2012-06-20 23:46:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-20 23:46:51 -0700 |
| commit | 160fe7ca597ff0fdaab0bb49494713724468b05b (patch) | |
| tree | 2159b5066b523e869bcf2fd8ff81c19fb89285a8 /docs/assets | |
| parent | 59153205b337df6900a681eb3b3681620bd20ec2 (diff) | |
| download | bootstrap-160fe7ca597ff0fdaab0bb49494713724468b05b.tar.xz bootstrap-160fe7ca597ff0fdaab0bb49494713724468b05b.zip | |
create vars for responsive grid values, fixed and fluid, and document them in the customizer
Diffstat (limited to 'docs/assets')
| -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; } |
