diff options
author | P. J. McDermott <pjm@nac.net> | 2012-05-27 02:28:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-05-27 02:28:00 (EDT) |
commit | 3d527bb62c9ca2c676d0b2cd8fc46e482df37613 (patch) | |
tree | 967ce080c39cfe3c18eb08afb014003294a43815 | |
parent | 6b505eaefad958612ca9ab89f13a90d39c8c337d (diff) |
Set font size and family for "dl" children.
-rw-r--r-- | main.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 { |