From 0a68458fac297c5ce577ef9973d3a291bf616490 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Sep 2013 15:00:36 -0400 Subject: Remove page titles from pages. --- (limited to 'main.css') diff --git a/main.css b/main.css index b3f7359..3eb65e9 100644 --- a/main.css +++ b/main.css @@ -6,19 +6,15 @@ body { * { margin: 0px; } -h1 { +body>section>h1 { font-size: 20pt; margin: 16px 0px 16px 0px; } -h2 { +body>section>article>h1 { font-size: 16pt; margin: 16px 0px 16px 0px; } -h3 { - font-size: 12pt; - margin: 16px 0px 16px 0px; -} -h4 { +body>section>article>h2 { font-size: 12pt; margin: 16px 0px 16px 0px; } -- cgit v0.9.1