mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03: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