From 88da4ebbc39f95a20e0b53b95957eee459c52342 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sun, 25 Nov 2012 12:23:18 +0100 Subject: Take the graph title out of the graph itself --- hyperkitty/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 3b4633a..3a7803d 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -228,6 +228,11 @@ ul.nav.auth { font-weight: bold; } +#graph h2 { + text-align: center; +} + + /* Month view header */ #month-view .month-header { -- cgit