diff options
Diffstat (limited to 'hyperkitty/static/css/hyperkitty.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hyperkitty/static/css/hyperkitty.css b/hyperkitty/static/css/hyperkitty.css index b8f56b4..5381e86 100644 --- a/hyperkitty/static/css/hyperkitty.css +++ b/hyperkitty/static/css/hyperkitty.css @@ -373,29 +373,29 @@ form.likeform { } -/* Month view header */ +/* Threads view header */ -#month-view .month-header { +#thread-list .thread-list-header { margin-bottom: 4em; } -#month-view .month-header .month-info { +#thread-list .thread-list-header .thread-list-info { display: inline; list-style-type: none; margin: 0; padding: 0; } -#month-view .month-header .month-info li { +#thread-list .thread-list-header .thread-list-info li { display: inline; margin-right: 2em; } -#month-view .month-header .month-info li.list-address { +#thread-list .thread-list-header .thread-list-info li.list-address { font-size: 120%; margin-right: 4em; } -/* Thread list */ +/* Thread view */ .thread { margin: 2em 0 2em 0; |