Refactor general list styles as it was to specific. #5.

This commit is contained in:
Arpad Csanyi
2016-03-15 17:35:31 +01:00
parent 0bdf61a3a3
commit d7e4fa19ab
2 changed files with 15 additions and 14 deletions
+3 -2
View File
@@ -8,10 +8,11 @@
overflow-y: auto; overflow-y: auto;
width: 250px; width: 250px;
height: 100%; } height: 100%; }
#sidebar-menu ul {
ul {
padding: 0; padding: 0;
margin: 0; } margin: 0; }
#sidebar-menu ul li { ul li {
list-style: none; list-style: none;
padding: 0; } padding: 0; }
+3 -3
View File
@@ -9,9 +9,10 @@
overflow-y: auto; overflow-y: auto;
width: 250px; width: 250px;
height: 100%; height: 100%;
}
// General list styles for the sidebar-menu. // General list styles for the sidebar-menu.
ul { ul {
padding: 0; padding: 0;
margin: 0; margin: 0;
@@ -19,7 +20,6 @@
list-style: none; list-style: none;
padding: 0; padding: 0;
} }
}
} }
.sidebar { .sidebar {