VRFS-2822 : Use border_box_sizing in column style.

This commit is contained in:
Steven Miers 2015-03-13 14:46:31 -05:00
parent 63544de145
commit e509169864
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
@import 'common';
#jamtrackLanding {
ul {
li {
@ -41,6 +42,7 @@
}
}
.about {
@include border_box_sizing;
float: left;
width: 50%;
> * {
@ -48,6 +50,7 @@
}
}
.browse {
@include border_box_sizing;
float: left;
width: 50%;
> * {