diff options
| author | Mark Otto <[email protected]> | 2011-09-11 20:38:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 20:38:45 -0700 |
| commit | af2223efb1048c9b9dd53f7f2481646d731d0da7 (patch) | |
| tree | 602ceec6eeac5c00ae1946344f3f03f40d6d26c8 /lib/patterns.less | |
| parent | b7c9a639d6ee6a4811c43dd8b831a640b9b47109 (diff) | |
| download | bootstrap-af2223efb1048c9b9dd53f7f2481646d731d0da7.tar.xz bootstrap-af2223efb1048c9b9dd53f7f2481646d731d0da7.zip | |
remove border from dropdowns in topbar to prevent it from looking 1px off
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 88f56ea59..e2ef83ce2 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -161,6 +161,7 @@ .menu-dropdown, .dropdown-menu { right: 0; + border: 0; } } // Dropdowns within the .nav |
