[Frontend] Updated CSS; removed position: relative

WTD-884
This commit is contained in:
Charles Hacskaylo
2015-06-08 11:14:58 -07:00
parent d2a75c4338
commit 9f90c6b8d8
27 changed files with 2983 additions and 1312 deletions

View File

@@ -72,7 +72,9 @@
$prw: $w - $plw;
width: $w;
height: $h;
.contents { overflow: none; }
.contents {
@include absPosDefault($interiorMargin);
}
.pane {
@include box-sizing(border-box);
&.left {