summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-23 11:41:21 +0300
committerAndrew Dolgov <[email protected]>2010-11-23 11:41:21 +0300
commit48a8d154b1a0828d96aae94a41747911476dcc72 (patch)
treebf76003f344cb489cf10955e1e625b7fab928629 /tt-rss.css
parent63855db147e6efeaa6516dc2b95598b03d1b3ad5 (diff)
css: tweak code element
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 69b1abf9c..e5184d73e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -426,7 +426,7 @@ a.helpLink:hover {
padding : 0px;
font-family : monospace;
font-size : 12px;
- background : white;
+ background : transparent;
border-width : 0px;
}
@@ -441,6 +441,15 @@ a.helpLink:hover {
color : gray;
}
+#content-insert code, #headlines-frame code {
+ background : transparent;
+ border : 0px solid transparent;
+ margin : 0px;
+ font-family : monospace;
+ padding : 0px;
+ font-size : 12px;
+}
+
/*
div.firstTab {
width : 10px;
@@ -1654,3 +1663,4 @@ a.bookmarklet {
position : relative;
top : -1px;
}
+