diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 9d1c8daed..9bfc19b20 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3266,9 +3266,12 @@ button.close { } } +.navbar-static-top { + border-width: 0 0 1px; +} + @media (min-width: 768px) { .navbar-static-top { - border-width: 0 0 1px; border-radius: 0; } } |
