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 /less | |
| parent | ed4316d9b28e532d0bdbe3b5ddd23006ea7f7f9b (diff) | |
| download | bootstrap-e5f38207e0f8a356728e78f91a83b945934fd71d.tar.xz bootstrap-e5f38207e0f8a356728e78f91a83b945934fd71d.zip | |
fixed navbar static top borders
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index dc11007ec..c7954bc1f 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -94,8 +94,8 @@ // Static top (unfixed, but 100% wide) navbar .navbar-static-top { + border-width: 0 0 1px; @media (min-width: @grid-float-breakpoint) { - border-width: 0 0 1px; border-radius: 0; } } |
