diff options
| author | pthrasher <[email protected]> | 2011-09-02 10:43:26 -0400 |
|---|---|---|
| committer | pthrasher <[email protected]> | 2011-09-02 10:43:26 -0400 |
| commit | e6ffd3a86fcc3585cf2291b151fb4625f435586e (patch) | |
| tree | 273eee313f4030a47248ebc0210be9e21cdde3f8 | |
| parent | 44b18f4911e125cc07a6d56292983b0cbfa3ae19 (diff) | |
| download | bootstrap-e6ffd3a86fcc3585cf2291b151fb4625f435586e.tar.xz bootstrap-e6ffd3a86fcc3585cf2291b151fb4625f435586e.zip | |
Fix for issue #136. Now nests fine in both layouts.
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index d0e4cda12..83d7c5428 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -742,6 +742,9 @@ input[type=submit].btn { .content { background-color: @white; padding: 14px; + min-width:inherit; + max-width:inherit; + margin:auto; .border-radius(0 0 3px 3px); .background-clip(padding-box); p, ul, ol { |
