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