1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 01:55:46 +02: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 {
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 {