summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-24 21:16:26 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-24 21:16:26 +0000
commit07dabe7889c566e1cd73c8e4c6b7b84af77e5b9f (patch)
tree154defb63378cdaa3076fb1781a9b3362f2ca0ac /theme/identica
parent8c2473a2275f25c144d8e6a41bf8c17fef465103 (diff)
Made conversation thread UI a bit more visible.
Added right margin for notice options.
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index b181d9056..f7abac482 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -214,16 +214,16 @@ background-color:#fcfcfc;
}
.notices .notices {
-background-color:rgba(200, 200, 200, 0.025);
+background-color:rgba(200, 200, 200, 0.050);
}
.notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.050);
+background-color:rgba(200, 200, 200, 0.100);
}
.notices .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.075);
+background-color:rgba(200, 200, 200, 0.150);
}
.notices .notices .notices .notices .notices {
-background-color:rgba(200, 200, 200, 0.100);
+background-color:rgba(200, 200, 200, 0.300);
}
/*END: NOTICES */