remove border for pre in post content
This commit is contained in:
parent
b3cdf21ee0
commit
13ce14e80b
|
@ -790,3 +790,7 @@ div.postHeader td.postDate {
|
||||||
padding-bottom : 5px;
|
padding-bottom : 5px;
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.postContent pre {
|
||||||
|
border-width : 0px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue