icingaweb2/public/css/icinga/nav.less

24 lines
283 B
Plaintext
Raw Normal View History

2015-09-25 13:35:34 +02:00
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
li.nav-item {
a, span {
2015-09-25 13:35:34 +02:00
// Rollover
display: block;
}
}
ul.nav {
// Reset defaults
margin: 0;
padding: 0;
list-style-type: none;
}
ul.tab-nav {
2015-09-25 13:35:34 +02:00
.clearfix();
li {
.pull-left();
}
}