diff options
| author | Mark Otto <[email protected]> | 2013-05-14 22:08:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-14 22:08:56 -0700 |
| commit | a41d566d5e38dd3227a0f5921f7be92969ff63f1 (patch) | |
| tree | b0b0995d0e44443fffe46d79490d6ce6a42e380d /docs/assets/css/bootstrap.css | |
| parent | e56c809492b605f2bae242b67ff18fef426e7b7a (diff) | |
| download | bootstrap-a41d566d5e38dd3227a0f5921f7be92969ff63f1.tar.xz bootstrap-a41d566d5e38dd3227a0f5921f7be92969ff63f1.zip | |
margin on bottom of navbar nav by default, also round links in mobile views (unround in desktop)
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4a1324b6b..354dd25fe 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3387,6 +3387,7 @@ button.close { .navbar-nav { margin-top: 10px; + margin-bottom: 15px; } .navbar-nav > li > a { @@ -3394,6 +3395,7 @@ button.close { padding-bottom: 15px; line-height: 20px; color: #777777; + border-radius: 4px; } .navbar-nav > li > a:hover, @@ -3634,10 +3636,14 @@ button.close { .navbar .nav { float: left; margin-top: 0; + margin-bottom: 0; } .navbar .nav > li { float: left; } + .navbar .nav > li > a { + border-radius: 0; + } .navbar .nav.pull-right { float: right; } |
