mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
Fix for issue #136. Now nests fine in both layouts.
This commit is contained in:
@@ -742,6 +742,9 @@ input[type=submit].btn {
|
|||||||
.content {
|
.content {
|
||||||
background-color: @white;
|
background-color: @white;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
|
min-width:inherit;
|
||||||
|
max-width:inherit;
|
||||||
|
margin:auto;
|
||||||
.border-radius(0 0 3px 3px);
|
.border-radius(0 0 3px 3px);
|
||||||
.background-clip(padding-box);
|
.background-clip(padding-box);
|
||||||
p, ul, ol {
|
p, ul, ol {
|
||||||
|
Reference in New Issue
Block a user