Skip to content

Commit

Permalink
CSS: Set font-weight on links in navigation to normal
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 27, 2015
1 parent 2996cb7 commit b21c92a
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions public/css/icinga/nav.less
@@ -1,18 +1,30 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

ul.nav {
// Reset defaults
margin: 0;
padding: 0;
list-style-type: none;
li.nav-item {
a {
font-weight: normal;
}

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

// TODO(el): Use tab-nav in the Tabs widget
.tabs {
a {
font-weight: normal;
}
}

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

ul.tab-nav {
.clearfix();

Expand Down

0 comments on commit b21c92a

Please sign in to comment.