From 3d527bb62c9ca2c676d0b2cd8fc46e482df37613 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 27 May 2012 02:28:00 -0400 Subject: Set font size and family for "dl" children. --- (limited to 'main.css') diff --git a/main.css b/main.css index d04c45e..19e6c31 100644 --- a/main.css +++ b/main.css @@ -47,9 +47,13 @@ dl { } dl dt { margin: 0px 0px 4px 0px; + font-size: 10pt; + font-family: sans-serif; } dl dd { margin: 0px 0px 4px 16px; + font-size: 10pt; + font-family: sans-serif; } a.skip { -- cgit v0.9.1