sidebar and content separated
This commit is contained in:
@@ -34,7 +34,17 @@ body {
|
||||
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
|
||||
.edit .demo { margin-left:0px; margin-top:10px; padding:30px 15px 15px; border: 1px solid #DDDDDD; border-radius: 4px; position:relative; word-wrap: break-word;}
|
||||
.edit .demo {
|
||||
margin-left:0px;
|
||||
margin-top:10px;
|
||||
padding:30px 15px 15px;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 4px;
|
||||
position:relative;
|
||||
word-wrap: break-word;
|
||||
padding-left: 220px;
|
||||
}
|
||||
|
||||
.edit .demo:after {
|
||||
background-color: #F5F5F5;
|
||||
border: 1px solid #DDDDDD;
|
||||
|
||||
Reference in New Issue
Block a user