]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove border for pre in post content
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Dec 2005 16:36:39 +0000 (17:36 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Dec 2005 16:36:39 +0000 (17:36 +0100)
tt-rss.css

index ff9efc71dded318aee4e161116f83d26b619c5c4..1835b2933510b3351550c34cb36dbf3f210672d6 100644 (file)
@@ -790,3 +790,7 @@ div.postHeader td.postDate {
        padding-bottom : 5px;
        display : none;
 }
+
+div.postContent pre {
+       border-width : 0px;
+}