Skip to content

Commit

Permalink
CSS: Add nav.less
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 1122ffa commit 605d8f9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions public/css/icinga/nav.less
@@ -0,0 +1,23 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

ul.nav {
// Reset defaults
margin: 0;
padding: 0;
list-style-type: none;

// TODO(el): li.nav-item {
a {
// Rollover
display: block;
}
}

// TODO(el): Rename to ul.tabs-nav
ul.nav-tabs {
.clearfix();

li {
.pull-left();
}
}

0 comments on commit 605d8f9

Please sign in to comment.