summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-15 21:50:18 +0400
committerAndrew Dolgov <[email protected]>2013-05-15 21:50:18 +0400
commit45a4531f98db44b25675204fc6a04b05394e8b27 (patch)
tree5bff3f9cf4c018adb571f0e92521aba18af8b170 /tt-rss.css
parentb31fb45b0d01ed6f6cb10dfabdade2a16340a950 (diff)
remove blockquote background and unnecessary padding
Diffstat (limited to 'tt-rss.css')
-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 {