diff options
| author | Mark Otto <[email protected]> | 2013-08-15 13:54:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 13:54:47 -0700 |
| commit | 2dbf2bb8fb388f84027ce33429e91c06c573acfc (patch) | |
| tree | 1f31b48f37438c09f58c9bdbabbfb9da1e0ebf3f /dist/css/bootstrap.css | |
| parent | 25e11903e37f1b95f130f5b2ff8c435c52bf010d (diff) | |
| download | bootstrap-2dbf2bb8fb388f84027ce33429e91c06c573acfc.tar.xz bootstrap-2dbf2bb8fb388f84027ce33429e91c06c573acfc.zip | |
fixes #9629
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 21cc26350..a3c124972 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3507,6 +3507,13 @@ button.close { color: #777777; } +@media (min-width: 768px) { + .navbar-text { + margin-right: 15px; + margin-left: 15px; + } +} + .navbar-link { color: #777777; } |
