diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-28 21:12:31 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-28 21:12:31 +0100 |
commit | 543e4903b285c7211dc95cb35d55dbcdd839e9da (patch) | |
tree | caeb789a4fa0b3143e190ff6644a4635f4e49f9e /view/theme/redbasic/css | |
parent | 7c2aa706f297b0ab89e40dba23829bc8d34f4874 (diff) | |
download | volse-hubzilla-543e4903b285c7211dc95cb35d55dbcdd839e9da.tar.gz volse-hubzilla-543e4903b285c7211dc95cb35d55dbcdd839e9da.tar.bz2 volse-hubzilla-543e4903b285c7211dc95cb35d55dbcdd839e9da.zip |
Use misanthrozot as dark scheme, fix some PCSS bugs
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 60f4e3fe2..70a994809 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -929,12 +929,12 @@ footer { /* background: #fff; */ /* border-radius: 5px; */ /* box-shadow: 12px 12px 12px #111; */ - border-left: 1px solid #eec; +/* border-left: 1px solid #eec; */ } .wall-item-content-wrapper.comment { /* background: #fff; */ - border-left: 1px solid #e0e0e0; +/* border-left: 1px solid #e0e0e0; */ margin-left: 50px; /* box-shadow: 5px 5px 5px #222; */ } @@ -945,9 +945,9 @@ footer { .wall-item-content-wrapper.comment { - background: #ffffff; +/* background: #ffffff; border-left: 1px solid #e0e0e0; - +*/ } .wall-item-like.comment, .wall-item-dislike.comment { |