diff options
author | friendica <info@friendica.com> | 2014-04-18 15:31:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-18 15:31:15 -0700 |
commit | ae1f9bf1c44cffa00b8aff566eef0f22bc26e720 (patch) | |
tree | 48007ecfc23c98d31a941b9ed1f9ffd09a40f33e /view/theme | |
parent | d2b5bb843fd3f0d464d8247d2be8c7d5ac9f534d (diff) | |
download | volse-hubzilla-ae1f9bf1c44cffa00b8aff566eef0f22bc26e720.tar.gz volse-hubzilla-ae1f9bf1c44cffa00b8aff566eef0f22bc26e720.tar.bz2 volse-hubzilla-ae1f9bf1c44cffa00b8aff566eef0f22bc26e720.zip |
move create a new collection below the actual collection list again. failed experiment.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 39cfcaec3..c1bf257e1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -232,6 +232,9 @@ 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 { |