summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-26 15:00:36 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-26 15:00:36 (EDT)
commit0a68458fac297c5ce577ef9973d3a291bf616490 (patch)
tree73d6e808f4053d36f76435f69aa7a03b1f7d20cc /main.css
parent7eb245d428c37fc026228f5f907b9af73355cdd3 (diff)
downloadwww-0a68458fac297c5ce577ef9973d3a291bf616490.zip
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.gz
www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.bz2
Remove page titles from pages.
Diffstat (limited to 'main.css')
-rw-r--r--main.css10
1 files changed, 3 insertions, 7 deletions
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;
}