summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-09 08:45:54 +0100
committerAndrew Dolgov <[email protected]>2005-09-09 08:45:54 +0100
commit8143ae1f2b61c6ad7255b090b47447d3680e22bf (patch)
tree9e5e815f62f8afe360daac6692a862fbcc036b07 /tt-rss.css
parenteb36b4eb5526fca5ea05b635d828e290687b4ea3 (diff)
more work on tag support
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 57ad9dd4e..24eb18388 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -217,6 +217,20 @@ a:hover {
color : gray;
}
+#dispSwitch {
+ text-align : right;
+ padding : 5px 5px 5px 0px;
+ font-size : x-small;
+}
+
+#dispSwitch a {
+ color : gray;
+}
+
+#dispSwitch a:hover {
+ color : #5050aa;
+}
+
div.expPane {
margin : 15px;
}