summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-28 09:15:09 +0100
committerAndrew Dolgov <[email protected]>2008-08-28 09:15:09 +0100
commit4f3760433ff6952851436b79a21f71135fa21b9e (patch)
tree4b2f4435c294a9d3f66ab734a3af3970abc9a53f /tt-rss.css
parent4b9dfd5b91cd931febe0d5aec7107fc34f7c16ee (diff)
sanitize_rss: allow pre and code tags
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5048d818b..3e97c6f31 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2119,3 +2119,8 @@ textarea.labelSQL {
div#label_test_result {
clear : both;
}
+
+pre, code {
+ font-size : 12px;
+ font-family : monospace;
+}