1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 14:11:29 +00:00

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;
}