From 94a9ef9972f06f1cd0f30921012f3dc93571eb7a Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 25 Sep 2015 21:10:51 -0700 Subject: template: put article-metadata in div tag instead of h2 Date and author shouldn't be in the document outline. --- source/css/theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index 1a3fee0e..db3f6ba0 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -90,6 +90,7 @@ h2 { } .article-metadata { + text-align: center; font-size: 1em; font-weight: normal; font-style: italic; -- cgit v1.2.1