summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/hyperkitty.css
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/static/css/hyperkitty.css')
-rw-r--r--hyperkitty/static/css/hyperkitty.css14
1 files changed, 6 insertions, 8 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css
index 53df5c1..1d9ec2b 100644
--- a/hyperkitty/static/css/hyperkitty.css
+++ b/hyperkitty/static/css/hyperkitty.css
@@ -339,16 +339,14 @@ form.likeform {
/* Months list */
-#archives ul {
- padding: 0;
- margin: 0;
- margin-bottom: 1em;
+#months-list h3 {
+ margin-top: 1em;
+ font-size: 120%;
}
-
-#archives li {
- list-style-type: none;
+#months-list {
+ padding-top: 1em;
}
-#archives li.current {
+#months-list li.current {
font-weight: bold;
}