summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 13:38:15 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 13:38:15 +0400
commit4af54c714234696a5b0bbd494e275d687999c998 (patch)
tree13c6d668a53333d7ed60546ca08350e2ddb0174c
parent4f7d69e1856a611025f53eef273e5af039d9aa16 (diff)
remove erronoeus declaration of code elements to display as block (closes #598)
-rw-r--r--tt-rss.css7
1 files changed, 0 insertions, 7 deletions
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 {