Commit 5960afc3 authored by pthrasher's avatar pthrasher
Browse files

incorporated idea from @markdotto in #138

parent ce1d1c21
Showing with 2 additions and 5 deletions
+2 -5
...@@ -742,9 +742,6 @@ input[type=submit].btn { ...@@ -742,9 +742,6 @@ 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 {
......
...@@ -90,11 +90,11 @@ body { ...@@ -90,11 +90,11 @@ body {
.container-fluid { .container-fluid {
padding: 0 20px; padding: 0 20px;
.clearfix(); .clearfix();
.sidebar { > .sidebar {
float: left; float: left;
width: 220px; width: 220px;
} }
.content { > .content {
min-width: 700px; min-width: 700px;
max-width: 1180px; max-width: 1180px;
margin-left: 240px; margin-left: 240px;
......
Supports Markdown
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