remove erronoeus declaration of code elements to display as block (closes #598)

This commit is contained in:
Andrew Dolgov 2013-03-19 13:38:15 +04:00
parent 4f7d69e185
commit 4af54c7142
1 changed files with 0 additions and 7 deletions

View File

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