From a7fb64d96b5370829c5645b211cae2ba4a8bd281 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 21 Jan 2013 02:40:14 +0000 Subject: [PATCH] Add definition list styles --- theme/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.43.2