css fixes

This commit is contained in:
marijus
2014-10-08 08:45:59 +02:00
parent ee6c53c2e5
commit e5d346cdc6
3 changed files with 5 additions and 20 deletions

View File

@@ -272,21 +272,6 @@ footer {
margin-bottom: 15px;
}
aside ul {
list-style-type: none;
margin: 0;
padding: 0;
/* border-left: 1px solid #eee; This and a 5px left border on the li is "interesting"
to delineate the list from the surrounding bits
*/
}
aside li {
margin-top: 5px;
/* in order to achieve consistent indentation cross-browser, set margin-left on the li element e.g. */
/* margin-left: 10px; */
}
/*TODO: we should use one class for all this. */
.group-selected, .fileas-selected, .categories-selected, .search-selected, .active {
color: $selected_active_colour !important;