Improve sidebar menus

This commit is contained in:
Frederic Guillot
2015-08-19 20:59:05 -04:00
parent 7264821cb8
commit 57bd53847c
17 changed files with 155 additions and 76 deletions

File diff suppressed because one or more lines are too long

View File

@@ -27,6 +27,17 @@
line-height: 1.8em;
}
.sidebar li.active a {
color: #000;
font-weight: bold;
text-decoration: none;
}
.sidebar li.active a:focus,
.sidebar li.active a:hover {
text-decoration: underline;
}
.sidebar-collapsed .sidebar {
width: 10px;
padding-bottom: 0;