add border-box rule

This commit is contained in:
Tilo Mitra 2014-08-25 10:25:33 -07:00
parent f0754b3388
commit 5aaebe0e71

View File

@ -1,4 +1,9 @@
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pure-menu-list,
.pure-menu-item {
position: relative;