diff options
author | friendica <info@friendica.com> | 2014-04-16 16:41:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 16:41:44 -0700 |
commit | 1b0bf90d13a9db0976fa3bcddf50e56e57d0185a (patch) | |
tree | b0438837f26cbe4c4e7d5ac5de0ccbb53c3ae788 /view/theme/redbasic/css | |
parent | 925c63343e941e1d22eaf3b0c3f6d2879f996f73 (diff) | |
download | volse-hubzilla-1b0bf90d13a9db0976fa3bcddf50e56e57d0185a.tar.gz volse-hubzilla-1b0bf90d13a9db0976fa3bcddf50e56e57d0185a.tar.bz2 volse-hubzilla-1b0bf90d13a9db0976fa3bcddf50e56e57d0185a.zip |
first cut - straighten out the margins
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f1bfbd711..7ccee2a32 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -228,6 +228,12 @@ footer { margin-bottom: 15px; } +aside ul { + list-style-type: none; + margin: 0; + padding: 0; +} + /*TODO: we should use one class for all this. */ .group-selected, .fileas-selected, .categories-selected, .search-selected, .active { color: #444444 !important; @@ -2059,7 +2065,7 @@ img.mail-list-sender-photo { border-radius: $radiuspx; -moz-border-radius: $radiuspx; } - +/* .categories-ul { list-style-type: none; } @@ -2067,6 +2073,7 @@ img.mail-list-sender-photo { #sidebar-group-list ul, #posted-date-selector { list-style-type: none; } +*/ .profile-thing-list img, .thing-show img, .thing-edit-links a { margin-top: 8px; |