~jan0sch/smederee
~jan0sch/smederee/modules/hub/src/main/resources/assets/purecss/3.0.0/menus-horizontal.css
~jan0sch/smederee/modules/hub/src/main/resources/assets/purecss/3.0.0/menus-horizontal.css
0 | /*! |
1 | Pure v3.0.0 |
2 | Copyright 2013 Yahoo! |
3 | Licensed under the BSD License. |
4 | https://github.com/pure-css/pure/blob/master/LICENSE |
5 | */ |
6 | /* HORIZONTAL MENU */ |
7 | .pure-menu-horizontal { |
8 | width: 100%; |
9 | white-space: nowrap; |
10 | } |
11 |
|
12 | .pure-menu-horizontal .pure-menu-list { |
13 | display: inline-block; |
14 | } |
15 |
|
16 | /* Initial menus should be inline-block so that they are horizontal */ |
17 | .pure-menu-horizontal .pure-menu-item, |
18 | .pure-menu-horizontal .pure-menu-heading, |
19 | .pure-menu-horizontal .pure-menu-separator { |
20 | display: inline-block; |
21 | vertical-align: middle; |
22 | } |