summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-02 17:36:39 +0100
committerAndrew Dolgov <[email protected]>2005-12-02 17:36:39 +0100
commit13ce14e80bdcc5adcb1d1024cfde4042666e6fbc (patch)
tree0bff1a28f102f64904d20367186d0f0657eb0a44 /tt-rss.css
parentb3cdf21ee037f0bcbcad603ff807e898f15f05de (diff)
remove border for pre in post content
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ff9efc71d..1835b2933 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;
+}