From 7660b947f88493bc241f8af3e1e855f75e1d9cd7 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 11 Jul 2013 17:45:02 +0200 Subject: Make tags smaller in the threads list --- hyperkitty/static/css/hyperkitty-threadslist.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyperkitty/static/css/hyperkitty-threadslist.css b/hyperkitty/static/css/hyperkitty-threadslist.css index 5080de5..19dd239 100644 --- a/hyperkitty/static/css/hyperkitty-threadslist.css +++ b/hyperkitty/static/css/hyperkitty-threadslist.css @@ -78,6 +78,13 @@ display: inline; margin-right: 1em; } +.thread-info .tags li { + padding: 0 0.2em 0 0.2em; +} +.thread-info .tags a { + font-size: 90%; +} + .thread-info .thread-show { padding-top: 2px; padding-bottom: 2px; -- cgit