ref: master
public/stylesheets/blocks/categories.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
.categories-block ul { margin: 0; padding: 0; float: left; } .categories-block li { display: block; float: left; width: 100%; } .categories-block ul a { text-decoration: none; background-color: transparent; border-bottom: 1px solid #fff; border-color: #fff; line-height: 22px; } .categories-block div { clear: both; } .categories-block p { clear: both; } .categories-block li a:hover { text-decoration: none; } .categories-block .ui-icon { margin-top: 2px; } |