diff options
| author | Mark Otto <[email protected]> | 2012-08-19 21:12:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-19 21:12:52 -0700 |
| commit | 4e979f084d0a0942cb820ca54786ad2b99e4acff (patch) | |
| tree | c2b233f40db44507a5d5273b1cb0d23a54910198 /less/mixins.less | |
| parent | e4d4ef43b091ce6e554d02cf473602aeae2e51ae (diff) | |
| download | bootstrap-4e979f084d0a0942cb820ca54786ad2b99e4acff.tar.xz bootstrap-4e979f084d0a0942cb820ca54786ad2b99e4acff.zip | |
fix static navbar container issues, clean up docs presentation by unfixing the top navbar in favor of static one, start adding table of contents for longer sections of docs
Diffstat (limited to 'less/mixins.less')
| -rw-r--r-- | less/mixins.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less index 68fbb5829..b6352831f 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -580,6 +580,7 @@ // Set the container width, and override it for fixed navbars in media queries .container, + .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { .span(@gridColumns); } |
