diff options
| author | Mark Otto <[email protected]> | 2012-02-04 18:52:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 18:52:25 -0800 |
| commit | 81d1f3b96ea5c78d2e570c07c4c419a32a9b212c (patch) | |
| tree | 0c2bdab33e5847da9490bff4c7d4321a6557df47 | |
| parent | 9259e24f7370185b33520681000854d421ae1e1d (diff) | |
| download | bootstrap-81d1f3b96ea5c78d2e570c07c4c419a32a9b212c.tar.xz bootstrap-81d1f3b96ea5c78d2e570c07c4c419a32a9b212c.zip | |
remove max-width on dropdown menus
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52387 -> 52381 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/dropdowns.less | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 7f9ed29aa..ae23a7c98 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1ded1be23..7d28ab36d 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1533,7 +1533,6 @@ table .span12 { float: left; display: none; min-width: 160px; - max-width: 220px; _width: 160px; padding: 4px 0; margin: 0; diff --git a/less/dropdowns.less b/less/dropdowns.less index 83f535ae8..118430871 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -46,7 +46,6 @@ float: left; display: none; // none by default, but block on "open" of the menu min-width: 160px; - max-width: 220px; _width: 160px; padding: 4px 0; margin: 0; // override default ul |
