1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

tweak blockquote display

This commit is contained in:
Andrew Dolgov
2013-02-28 19:16:27 +04:00
parent 4480b26e66
commit 18bfbb0cd2

View File

@@ -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 {