summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/zoom.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/zoom.css b/css/zoom.css
index 166361a70..d8d865d9c 100644
--- a/css/zoom.css
+++ b/css/zoom.css
@@ -45,7 +45,10 @@ body#ttrssZoom div.postContent p {
body#ttrssZoom div.postHeader {
margin : 10px;
- border : 1px solid #eee;
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color #eee;
+ background : white;
}
body#ttrssZoom div.postReply {