tweak blockquote display

This commit is contained in:
Andrew Dolgov 2013-02-28 19:16:27 +04:00
parent 4480b26e66
commit 18bfbb0cd2
1 changed files with 5 additions and 6 deletions

View File

@ -399,14 +399,13 @@ a.helpLink:hover {
} }
#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote { #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
margin : 0px 0px 0px 1em; margin : 5px 0px 5px 0px;
border-width : 0px 0px 0px 2px; padding : 10px;
color : gray;
border-width : 0px 0px 0px 3px;
border-color : #c0c0c0; border-color : #c0c0c0;
border-style : solid; border-style : solid;
font-style : italic; background : #fafafa;
padding : 0px 0px 0px 1em;
font-size : 12px;
color : gray;
} }
#content-insert code, #headlines-frame code, .dijitContentPane code { #content-insert code, #headlines-frame code, .dijitContentPane code {