diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-11-18 18:51:02 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-11-18 18:51:02 -0500 |
commit | f9b836027d4d06d218e0926c539845b641353cfb (patch) | |
tree | 287bd0b784d3ce7c7a8204fbea646c6afe2d5726 /view/theme/redbasic | |
parent | 3cb138ea41bda9c64b6295d53e7d65fbb29d203a (diff) | |
parent | 3147b7c62bf1541b3c458baa5b5af47c0663ead2 (diff) | |
download | volse-hubzilla-f9b836027d4d06d218e0926c539845b641353cfb.tar.gz volse-hubzilla-f9b836027d4d06d218e0926c539845b641353cfb.tar.bz2 volse-hubzilla-f9b836027d4d06d218e0926c539845b641353cfb.zip |
Merge branch 'dev' into wiki-gui
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 f71fe8ea8..bd0e372f8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2037,5 +2037,5 @@ dl.bb-dl > dd > li { .sub-menu { margin-top: 10px; padding-left: 15px; - border-left: 3px solid #ccc; + border-left: 3px solid #eee; } |