diff options
author | marijus <mario@mariovavti.com> | 2014-10-08 08:45:59 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-08 08:45:59 +0200 |
commit | e5d346cdc63e5f36ac25fe43a198657549643eb4 (patch) | |
tree | e746c4340c239ef8778c73c7f2dbaeecdb1ecdc3 /view/theme/redbasic/css | |
parent | ee6c53c2e54619a39e16ac2176835adea3b73778 (diff) | |
download | volse-hubzilla-e5d346cdc63e5f36ac25fe43a198657549643eb4.tar.gz volse-hubzilla-e5d346cdc63e5f36ac25fe43a198657549643eb4.tar.bz2 volse-hubzilla-e5d346cdc63e5f36ac25fe43a198657549643eb4.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7bf8d77bf..40cb57fbf 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -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; |