yaptc/lib/pure-0.6.0/menus-core.css

44 lines
721 B
CSS
Raw Normal View History

2015-02-09 10:23:30 -05:00
/*!
Pure v0.6.0
2015-02-09 10:23:30 -05:00
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
2015-02-09 10:23:30 -05:00
*/
/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
2015-02-09 10:23:30 -05:00
.pure-menu-fixed {
position: fixed;
left: 0;
top: 0;
z-index: 3;
2015-02-09 10:23:30 -05:00
}
.pure-menu-list,
.pure-menu-item {
position: relative;
2015-02-09 10:23:30 -05:00
}
.pure-menu-list {
2015-02-09 10:23:30 -05:00
list-style: none;
margin: 0;
padding: 0;
}
.pure-menu-item {
padding: 0;
margin: 0;
height: 100%;
2015-02-09 10:23:30 -05:00
}
.pure-menu-link,
.pure-menu-heading {
2015-02-09 10:23:30 -05:00
display: block;
text-decoration: none;
white-space: nowrap;
}