rework previous patch

This commit is contained in:
Andrew Dolgov 2005-12-02 17:38:36 +01:00
parent 13ce14e80b
commit ea5c81028b
1 changed files with 6 additions and 4 deletions

View File

@ -537,11 +537,15 @@ div.helpResponse h2, div.infoBoxContents h2 {
font-size : 12pt;
}
pre {
/* pre {
border : 1px solid #c0c0c0;
padding : 5px;
background : #f0f0f0;
margin : 5px 10px 5px 10px;
} */
pre {
margin : 5px;
}
input.extSearch {
@ -791,6 +795,4 @@ div.postHeader td.postDate {
display : none;
}
div.postContent pre {
border-width : 0px;
}