diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-25 01:05:31 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-25 01:05:31 +0100 |
commit | 1ffae1327fe5b68b09135ef1add76644e52a11f5 (patch) | |
tree | 387237843dfe71f77bc7dac0ea5f99fbafd31fbd | |
parent | 01a8292d653205f7ab0288176af878804039941f (diff) | |
parent | 9d3ce5597863e90fc3d28ceb500d1ce0a7023e5b (diff) | |
download | volse-hubzilla-1ffae1327fe5b68b09135ef1add76644e52a11f5.tar.gz volse-hubzilla-1ffae1327fe5b68b09135ef1add76644e52a11f5.tar.bz2 volse-hubzilla-1ffae1327fe5b68b09135ef1add76644e52a11f5.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla
-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; } |