aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-05 22:08:54 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-05 22:10:19 -0700
commit11f732c9f2644302136ee90176ad7816bd596895 (patch)
tree6e1a31127ef13e19889c693a24f9d71f8fafe1c5 /source/css
parenta7a0b2073f30b1d0214c3152998d95e40a39b438 (diff)
downloadmy_new_personal_website-11f732c9f2644302136ee90176ad7816bd596895.tar.xz
my_new_personal_website-11f732c9f2644302136ee90176ad7816bd596895.zip
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.
Diffstat (limited to 'source/css')
-rw-r--r--source/css/theme.css4
1 files changed, 4 insertions, 0 deletions
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;