summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tt-rss.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 99592c611..a437c9d41 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -241,12 +241,11 @@ div.filterTestHolder {
#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
margin : 5px 0px 5px 0px;
- padding : 10px;
color : #555;
- border-width : 0px 0px 0px 3px;
+ padding-left : 10px;
+ border-width : 0px 0px 0px 4px;
border-color : #c0c0c0;
border-style : solid;
- background : #fafafa;
}
#content-insert code, #headlines-frame code, .dijitContentPane code {