remove erronoeus declaration of code elements to display as block (closes #598)
This commit is contained in:
parent
4f7d69e185
commit
4af54c7142
|
@ -399,16 +399,9 @@ a.helpLink:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-insert code, #headlines-frame code, .dijitContentPane code {
|
#content-insert code, #headlines-frame code, .dijitContentPane code {
|
||||||
margin : 5px 0px 5px 0px;
|
|
||||||
padding : 10px;
|
|
||||||
color : #009900;
|
color : #009900;
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
border-width : 0px;
|
|
||||||
border-color : #c0e0c0;
|
|
||||||
border-style : solid;
|
|
||||||
background : #fafafa;
|
|
||||||
display : block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
|
#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
|
||||||
|
|
Loading…
Reference in New Issue