diff options
Diffstat (limited to 'hyperkitty/static/css/hyperkitty-common.css')
-rw-r--r-- | hyperkitty/static/css/hyperkitty-common.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 5bfcdb4..b385f1d 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -235,9 +235,15 @@ a.reply.disabled { /* - * New thread form + * New thread */ +a.thread-new strong { + font-size: 150%; + font-weight: bold; + margin-right: 0.2em; +} + .new-thread-form { margin-left: 2em; } |