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

View File

@@ -9,16 +9,16 @@
overflow-y: auto;
width: 250px;
height: 100%;
}
// General list styles for the sidebar-menu.
ul {
// General list styles for the sidebar-menu.
ul {
padding: 0;
margin: 0;
li {
list-style: none;
padding: 0;
margin: 0;
li {
list-style: none;
padding: 0;
}
}
}