summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-25 15:38:19 +0300
committerAndrew Dolgov <[email protected]>2010-11-25 15:38:19 +0300
commit5f8b2573e6aa70144078e854e5fd77b8b5ac554a (patch)
tree8bf1399705c596882d924eb7a6e272bee93ab316 /tt-rss.css
parent7515cb51d15f24b4c2fce367f097b1dd69ccefa7 (diff)
fix blockquote/code/pre element styles for tabbed articles
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2164324ba..4f45e171e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -421,7 +421,7 @@ a.helpLink:hover {
color : #4684ff;
}
-#content-insert pre, #headlines-frame pre {
+#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
margin : 0px 0px 0px 1em;
padding : 0px;
font-family : monospace;
@@ -430,7 +430,7 @@ a.helpLink:hover {
border-width : 0px;
}
-#content-insert blockquote, #headlines-frame blockquote {
+#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
margin : 0px 0px 0px 1em;
border-width : 0px 0px 0px 2px;
border-color : #c0c0c0;
@@ -441,7 +441,7 @@ a.helpLink:hover {
color : gray;
}
-#content-insert code, #headlines-frame code {
+#content-insert code, #headlines-frame code, .dijitContentPane code {
background : transparent;
border : 0px solid transparent;
margin : 0px;