diff options
author | friendica <info@friendica.com> | 2014-03-23 16:20:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-23 16:20:44 -0700 |
commit | 34eb79e6ba2255113eca6d30ae6c65b28d63abfa (patch) | |
tree | 305d842c180447803a838333dd9337fdc647a035 /view/theme/redbasic | |
parent | ba6765a40301a549f2fcbe5ddcf0dffd53e205fc (diff) | |
download | volse-hubzilla-34eb79e6ba2255113eca6d30ae6c65b28d63abfa.tar.gz volse-hubzilla-34eb79e6ba2255113eca6d30ae6c65b28d63abfa.tar.bz2 volse-hubzilla-34eb79e6ba2255113eca6d30ae6c65b28d63abfa.zip |
provide 'style' option to archive widget to choose between 'select' and 'list' format
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ecb9352ec..6a4f836b1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2114,7 +2114,7 @@ img.mail-list-sender-photo { list-style-type: none; } -#sidebar-group-list ul { +#sidebar-group-list ul, #posted-date-selector { list-style-type: none; } |