Commit e6ffd3a8 authored by pthrasher's avatar pthrasher

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

parent 44b18f49
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment