summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2012-10-25 13:58:07 +0200
committerroot <root@vm-staticweb.spline.inf.fu-berlin.de>2012-10-25 13:58:07 +0200
commit983bfc5602f558a97262c9be7c4a8255d924907f (patch)
tree383640b05ec7c4d3bd7f0ff7a7062dc229753757
parent659e947262d5c20c773ea6c95f7d99dd5488d3a0 (diff)
downloadcomics-983bfc5602f558a97262c9be7c4a8255d924907f.tar.gz
comics-983bfc5602f558a97262c9be7c4a8255d924907f.tar.bz2
comics-983bfc5602f558a97262c9be7c4a8255d924907f.zip
htdocs/page.css: center the date headline
-rw-r--r--htdocs/page.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/page.css b/htdocs/page.css
index bf77d69..2ea4b64 100644
--- a/htdocs/page.css
+++ b/htdocs/page.css
@@ -14,6 +14,11 @@ body {
padding: 20px;
}
+h1 {
+ width: 10em;
+ margin: auto;
+}
+
h2 {
margin-bottom: 0;
}