remove border for pre in post content

This commit is contained in:
Andrew Dolgov 2005-12-02 17:36:39 +01:00
parent b3cdf21ee0
commit 13ce14e80b

View file

@ -790,3 +790,7 @@ div.postHeader td.postDate {
padding-bottom : 5px;
display : none;
}
div.postContent pre {
border-width : 0px;
}