Merge pull request #2202 from iminoso/borders

Single border line seperating the main and sidebar sections
This commit is contained in:
Ian Minoso 2016-12-05 14:51:07 -05:00 committed by GitHub
commit 3bbd8ca898

View file

@ -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;
}