diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 15:15:38 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 15:15:38 -0800 |
| commit | ea1c21d62d66b929be9fcdf389d4d5835c1e6546 (patch) | |
| tree | e6ee3972b2283753e2b12c3924bc73c02c762b45 /less/responsive.less | |
| parent | 6493cd22c0c72c60354ebbd6d7887bcbbf4e263a (diff) | |
| parent | 23e076c1bb73c4950d473cb36218937b2607bc13 (diff) | |
| download | bootstrap-ea1c21d62d66b929be9fcdf389d4d5835c1e6546.tar.xz bootstrap-ea1c21d62d66b929be9fcdf389d4d5835c1e6546.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'less/responsive.less')
| -rw-r--r-- | less/responsive.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/responsive.less b/less/responsive.less index ef2df5f1d..cc3b2882f 100644 --- a/less/responsive.less +++ b/less/responsive.less @@ -127,6 +127,11 @@ margin: 0; } + // Navbar button + .btn-navbar { + display: block; + } + } |
