Remove title top margin and "stabilize" menu items

This commit is contained in:
Maxime Corteel
2016-03-06 00:00:42 +01:00
parent 9983e1422b
commit 6bdf3cccf7
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -37,6 +37,10 @@
box-flex: 0; box-flex: 0;
} }
.sidebar h2 {
margin-top: 0;
}
.sidebar a { .sidebar a {
text-decoration: none; text-decoration: none;
} }
@@ -45,6 +49,7 @@
list-style-type: none; list-style-type: none;
line-height: 35px; line-height: 35px;
border-bottom: 1px dotted #efefef; border-bottom: 1px dotted #efefef;
padding-left: 13px;
} }
.sidebar li:hover { .sidebar li:hover {