aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorpthrasher <[email protected]>2011-09-02 10:43:26 -0400
committerpthrasher <[email protected]>2011-09-02 10:43:26 -0400
commite6ffd3a86fcc3585cf2291b151fb4625f435586e (patch)
tree273eee313f4030a47248ebc0210be9e21cdde3f8 /lib
parent44b18f4911e125cc07a6d56292983b0cbfa3ae19 (diff)
downloadbootstrap-e6ffd3a86fcc3585cf2291b151fb4625f435586e.tar.xz
bootstrap-e6ffd3a86fcc3585cf2291b151fb4625f435586e.zip
Fix for issue #136. Now nests fine in both layouts.
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less3
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 {