summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css/style.css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-25 12:23:18 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-25 12:23:18 +0100
commit730fc06e44d735f47b1d41d5e67c22918f49754b (patch)
tree03586bf377cb76c3a987bd4cb39a7a6971bae2c0 /hyperkitty/static/css/style.css
parentaa4c00d044df7ce19467badcdd96dba5e6f65b8b (diff)
Take the graph title out of the graph itself
Diffstat (limited to 'hyperkitty/static/css/style.css')
-rw-r--r--hyperkitty/static/css/style.css5
1 files changed, 5 insertions, 0 deletions
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 {