From d14e9ac5b86c911cb255ab30425790488c20fb4d Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 00:08:53 -0700 Subject: a lot of work Mainly generating feed and index. --- source/css/theme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'source/css') diff --git a/source/css/theme.css b/source/css/theme.css index b06fe2a2..60308aac 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -34,6 +34,10 @@ h2.meta { font-style: italic; } +h2.toc { + text-align: left; +} + h3 { font-size: 12pt; } @@ -88,3 +92,13 @@ footer .cc-icon { background-size: 16px; vertical-align: middle; } + +div.indextoc ul { + list-style-type: none; + padding-left: 2em; +} + +div.indextoc ul li time.tocdate { + float: left; + width: 8em; +} -- cgit v1.2.1