mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
incorporated idea from @markdotto in #138
This commit is contained in:
parent
ce1d1c2146
commit
5960afc349
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user