diff options
| author | Mark Otto <[email protected]> | 2013-08-19 00:34:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 00:34:31 -0700 |
| commit | 14c4484ec455202a4ab622b5f30b14484adb96d9 (patch) | |
| tree | 389f81fcdf25ca90c06f02c940013cd244382ce4 /dist/css/bootstrap.css | |
| parent | efa8b40ce8a2ff8569683147903aad8b9ef38810 (diff) | |
| download | bootstrap-14c4484ec455202a4ab622b5f30b14484adb96d9.tar.xz bootstrap-14c4484ec455202a4ab622b5f30b14484adb96d9.zip | |
Nuke margin for last child navbar text
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index cbd08eee2..1ff3afd3f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4118,6 +4118,9 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; } + .navbar-collapse .navbar-text:last-child { + margin-right: 0; + } } .container > .navbar-header, |
