summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-30 01:34:25 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-30 01:34:25 (EDT)
commitd3231e6754b0d4ebd46befc596e257e6e5c4ce78 (patch)
tree788399af4d9b78f3d9096fef0882ff42f1799fe5 /main.css
parenteac6d69d62ab2afa125b314eefd34bcb7e1b84bf (diff)
Define style of <h4> elements.
Diffstat (limited to 'main.css')
-rw-r--r--main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.css b/main.css
index e97c431..9926a17 100644
--- a/main.css
+++ b/main.css
@@ -24,6 +24,10 @@ h3 {
font-size: 12pt;
margin: 0px 0px 12px 0px;
}
+h4 {
+ font-size: 10pt;
+ margin: 0px 0px 12px 0px;
+}
p {
font-size: 10pt;
margin: 0px 0px 12px 0px;