remove blockquote background and unnecessary padding
This commit is contained in:
parent
b31fb45b0d
commit
45a4531f98
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue