From 11f732c9f2644302136ee90176ad7816bd596895 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 22:08:54 -0700 Subject: 20150505 Graceful handling of SIGINT when using Python's multiprocessing.Process Also implemented the "touch" action in pyblog, as well as wrote a README.md for the source branch. And some other minor patching. --- source/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/css') diff --git a/source/css/theme.css b/source/css/theme.css index 69017387..220d8e50 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -27,6 +27,10 @@ h1.title { font-size: 18pt; } +h1.title code { + font-size: 18pt; +} + h2 { text-align: center; font-size: 14pt; -- cgit v1.2.1