remove border for pre in post content
This commit is contained in:
parent
b3cdf21ee0
commit
13ce14e80b
1 changed files with 4 additions and 0 deletions
|
@ -790,3 +790,7 @@ div.postHeader td.postDate {
|
|||
padding-bottom : 5px;
|
||||
display : none;
|
||||
}
|
||||
|
||||
div.postContent pre {
|
||||
border-width : 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue