mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
add border-box rule
This commit is contained in:
parent
f0754b3388
commit
5aaebe0e71
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user