diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 689c5f9d9..1ba747478 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2926,6 +2926,7 @@ button.close { float: left; padding-top: 15px; padding-bottom: 15px; + margin-right: 15px; font-size: 18px; line-height: 20px; color: #777777; @@ -3113,6 +3114,9 @@ button.close { } @media screen and (min-width: 768px) { + .nav-collapse { + clear: none; + } .navbar-nav { float: left; margin-top: 0; |
