diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-25 00:24:58 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-25 00:24:58 +0100 |
commit | 9d3ce5597863e90fc3d28ceb500d1ce0a7023e5b (patch) | |
tree | 0ee76b8d424b449c5753ac11e097574de5895b87 | |
parent | e73df9ed1d076c19aca384d9967f9257ac020b4e (diff) | |
download | volse-hubzilla-9d3ce5597863e90fc3d28ceb500d1ce0a7023e5b.tar.gz volse-hubzilla-9d3ce5597863e90fc3d28ceb500d1ce0a7023e5b.tar.bz2 volse-hubzilla-9d3ce5597863e90fc3d28ceb500d1ce0a7023e5b.zip |
fix boxy scheme
-rw-r--r-- | view/theme/redbasic/schema/boxy.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/view/theme/redbasic/schema/boxy.css b/view/theme/redbasic/schema/boxy.css index ad3e587f0..43ef3e34e 100644 --- a/view/theme/redbasic/schema/boxy.css +++ b/view/theme/redbasic/schema/boxy.css @@ -3,9 +3,5 @@ } .wall-item-content-wrapper.comment { - border-width: 0px 0px 1px 0px; -} - -.hide-comments-outer { - border-width: 1px 0px 1px 0px; + border-bottom: 1px solid #ccc; } |