summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-28 19:16:27 +0400
committerAndrew Dolgov <[email protected]>2013-02-28 19:16:27 +0400
commit18bfbb0cd20885e3fee35c295927db5a84082b85 (patch)
treea79e1f98e3d82fc04508b001cb940c616881912a /tt-rss.css
parent4480b26e66c2438ad050668f86a2519ae5722b04 (diff)
tweak blockquote display
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 147493dfe..e5ee27a2e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -399,14 +399,13 @@ a.helpLink:hover {
}
#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
- margin : 0px 0px 0px 1em;
- border-width : 0px 0px 0px 2px;
+ margin : 5px 0px 5px 0px;
+ padding : 10px;
+ color : gray;
+ border-width : 0px 0px 0px 3px;
border-color : #c0c0c0;
border-style : solid;
- font-style : italic;
- padding : 0px 0px 0px 1em;
- font-size : 12px;
- color : gray;
+ background : #fafafa;
}
#content-insert code, #headlines-frame code, .dijitContentPane code {