diff options
Diffstat (limited to 'hyperkitty/static')
-rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-overview.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |