0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Fix for issue #136. Now nests fine in both layouts.

This commit is contained in:
pthrasher 2011-09-02 10:43:26 -04:00
parent 44b18f4911
commit e6ffd3a86f

View File

@ -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 {