Skip to content

Commit

Permalink
incorporated idea from @markdotto in twbs#138
Browse files Browse the repository at this point in the history
  • Loading branch information
pthrasher committed Sep 2, 2011
1 parent ce1d1c2 commit 5960afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lib/patterns.less
Expand Up @@ -742,9 +742,6 @@ 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
4 changes: 2 additions & 2 deletions lib/scaffolding.less
Expand Up @@ -90,11 +90,11 @@ body {
.container-fluid {
padding: 0 20px;
.clearfix();
.sidebar {
> .sidebar {
float: left;
width: 220px;
}
.content {
> .content {
min-width: 700px;
max-width: 1180px;
margin-left: 240px;
Expand Down

0 comments on commit 5960afc

Please sign in to comment.