Fix navigation spacing with Hide Navigation Decorations

This commit is contained in:
Zixaphir 2015-01-16 15:00:03 -07:00
parent d927e4eaf1
commit 425111609e
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -391,7 +391,9 @@ nav a,
.hide-navigation-decorations #board-list {
font-size: 0;
color: transparent;
word-spacing: 2px;
}
.hide-navigation-decorations #board-list a {
margin: 0 .1em;
}
.fixed #header-bar.autohide {
z-index: 24;