summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-21 04:55:02 +0100
committerAndrew Dolgov <[email protected]>2006-09-21 04:55:02 +0100
commita262b161f99cdc5cadb6571941c324f53bb3543e (patch)
tree593e60f98267b862a5618d27aafc6d2e246f573b /tt-rss.css
parent8bde41c35f8677a8680a1b183c8c780fd793dc89 (diff)
disable html objects in article content, breaks layout
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5f771fe6e..ec4b51320 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1172,6 +1172,12 @@ span.debugTS {
font-weight : bold;
}
+.objectWarn {
+ color : gray;
+ padding : 3px;
+ font-style: italic;
+}
+
table.loginForm2 {
padding : 1em;
}