From: Andy Spencer Date: Mon, 21 Jan 2013 02:40:14 +0000 (+0000) Subject: Add definition list styles X-Git-Url: http://pileus.org/git/?p=site;a=commitdiff_plain;h=a7fb64d96b5370829c5645b211cae2ba4a8bd281 Add definition list styles --- diff --git a/theme/style.css b/theme/style.css index 5bbd0e4..1489ffc 100644 --- a/theme/style.css +++ b/theme/style.css @@ -34,6 +34,14 @@ pre { margin-left: 3em; } +dt { + font-style: italic; +} + +dd { + margin-bottom: 0.5em; +} + /* Title */ .title { padding: 10px 20px;