From 138c04fc4518fac1607bbc812bb9cffde88cebeb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 12 Jul 2013 16:27:52 +0200 Subject: Display the number of participants and discussions on the overview page --- hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hyperkitty/static') diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css index a4f0a8e..07b5f3e 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-overview.css @@ -26,7 +26,7 @@ position: relative; margin: auto; width: 540px; - height: 330px; + height: 300px; } #fig .axis path, #fig .axis line { @@ -39,6 +39,9 @@ fill: steelBlue; } +#overview .list-stats { + text-align: center; +} #overview p.thread-new { text-align: center; -- cgit