diff options
| author | Mark Otto <[email protected]> | 2012-06-24 20:42:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-24 20:42:31 -0700 |
| commit | 87af5d3bbe3546f9b876add2e35ad656accfc3ab (patch) | |
| tree | d5ad802ebf180da0703b63687c5b489d649403be /less/dropdowns.less | |
| parent | 71669dda63644a7b4162ca63f8b9c88b3586c7e4 (diff) | |
| download | bootstrap-87af5d3bbe3546f9b876add2e35ad656accfc3ab.tar.xz bootstrap-87af5d3bbe3546f9b876add2e35ad656accfc3ab.zip | |
more subnav optimizations
Diffstat (limited to 'less/dropdowns.less')
| -rw-r--r-- | less/dropdowns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index bd2dab772..f55edbae7 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -54,7 +54,7 @@ display: none; // none by default, but block on "open" of the menu float: left; min-width: 160px; - padding: 4px 0; + padding: 5px 0; margin: 1px 0 0; // override default ul list-style: none; background-color: @dropdownBackground; @@ -62,7 +62,7 @@ border: 1px solid rgba(0,0,0,.2); *border-right-width: 2px; *border-bottom-width: 2px; - .border-radius(5px); + .border-radius(6px); .box-shadow(0 5px 10px rgba(0,0,0,.2)); -webkit-background-clip: padding-box; -moz-background-clip: padding; |
