diff options
| author | Mark Otto <[email protected]> | 2013-05-07 10:33:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-07 10:33:41 -0700 |
| commit | f06294d80f7a8dd0752837aab3ed5fca17d3d9be (patch) | |
| tree | a6106e32c1dd1cb92b9e399c48e3fd2a83c62d68 /less | |
| parent | 716c869b899012db358c8e73456993a8864e9e22 (diff) | |
| download | bootstrap-f06294d80f7a8dd0752837aab3ed5fca17d3d9be.tar.xz bootstrap-f06294d80f7a8dd0752837aab3ed5fca17d3d9be.zip | |
Outdent nav links a bit more so they line up in navbar
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index d4e5286a5..494f43b6f 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -20,7 +20,8 @@ .navbar-nav { // Space out from .navbar .brand and .btn-navbar when stacked in mobile views - margin-top: 5px; + // and outdent nav links so text lines up with logo. + margin: 10px -15px 0; > li > a { padding-top: ((@navbar-height - @line-height-base) / 2); |
