From: Andrew Dolgov Date: Fri, 2 Dec 2005 16:36:39 +0000 (+0100) Subject: remove border for pre in post content X-Git-Tag: 1.1~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=13ce14e80bdcc5adcb1d1024cfde4042666e6fbc;p=tt-rss.git remove border for pre in post content --- diff --git a/tt-rss.css b/tt-rss.css index ff9efc71..1835b293 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -790,3 +790,7 @@ div.postHeader td.postDate { padding-bottom : 5px; display : none; } + +div.postContent pre { + border-width : 0px; +}