From 4af54c714234696a5b0bbd494e275d687999c998 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Mar 2013 13:38:15 +0400 Subject: remove erronoeus declaration of code elements to display as block (closes #598) --- tt-rss.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 6c8659e07..a96df437e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -399,16 +399,9 @@ a.helpLink:hover { } #content-insert code, #headlines-frame code, .dijitContentPane code { - margin : 5px 0px 5px 0px; - padding : 10px; color : #009900; font-family : monospace; font-size : 12px; - border-width : 0px; - border-color : #c0e0c0; - border-style : solid; - background : #fafafa; - display : block; } #content-insert pre, #headlines-frame pre, .dijitContentPane pre { -- cgit v1.2.3