Skip to content

Commit

Permalink
Fix for issue twbs#136. Now nests fine in both layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pthrasher committed Sep 2, 2011
1 parent 44b18f4 commit e6ffd3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/patterns.less
Expand Up @@ -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 {
Expand Down

0 comments on commit e6ffd3a

Please sign in to comment.