Fix forum nav header width

This commit is contained in:
Greg Price
2014-09-03 15:51:12 -04:00
parent 6a151f0dc8
commit a703cc8fa8

View File

@@ -17,6 +17,7 @@
@include box-sizing(border-box);
display: table;
border-bottom: 1px solid $gray-l2;
width: 100%;
background-color: $gray-l3;
}