diff options
| author | Mark Otto <[email protected]> | 2013-08-16 11:34:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 11:34:30 -0700 |
| commit | e5f38207e0f8a356728e78f91a83b945934fd71d (patch) | |
| tree | f9af24110d02c3875b1794cc4fb6450ce1b96248 /dist/css/bootstrap.css | |
| parent | ed4316d9b28e532d0bdbe3b5ddd23006ea7f7f9b (diff) | |
| download | bootstrap-e5f38207e0f8a356728e78f91a83b945934fd71d.tar.xz bootstrap-e5f38207e0f8a356728e78f91a83b945934fd71d.zip | |
fixed navbar static top borders
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; } } |
