summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-30 07:00:36 +0100
committerAndrew Dolgov <[email protected]>2005-12-30 07:00:36 +0100
commitc2b2aee071f19adb8f15b94695dae78e1dda52f0 (patch)
tree7373c4ca7a82b3b64d995b858be32911456e8bee /tt-rss.css
parent0010d872eb520dccf7c7a18c42e528ea91e79214 (diff)
browser interface tweaks
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 8da868446..5878a0972 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -955,3 +955,18 @@ div.browserDetails {
display : none;
padding : 5px;
}
+
+ul.compact {
+ list-style-type : none;
+ margin : 0px;
+ padding : 0px;
+}
+
+ul.compact li {
+ margin : 0px;
+ padding : 0px;
+}
+
+div.detailsPart {
+ margin : 5px 0px 5px 5px;
+}