remove blockquote background and unnecessary padding

This commit is contained in:
Andrew Dolgov 2013-05-15 21:50:18 +04:00
parent b31fb45b0d
commit 45a4531f98
1 changed files with 2 additions and 3 deletions

View File

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