Single border line seperating the main and sidebar sections
This commit is contained in:
parent
526122cf21
commit
b2c535e3cc
1 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,13 @@
|
|||
background-color: #fff;
|
||||
@include box-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
|
||||
overflow: hidden;
|
||||
display: table;
|
||||
|
||||
[class*="col-"] {
|
||||
float: none;
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
.rp-main {
|
||||
|
@ -22,6 +29,5 @@
|
|||
|
||||
.rp-sidebar {
|
||||
padding: 30px 30px 0 30px;
|
||||
border-left: 1px solid #DDD;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue