From 3fbcea78378b9ca46422bbaea466582c00f1ba23 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 4 Apr 2016 13:46:19 +0200 Subject: [PATCH] Default theme: Add definition list styling Resolves #339. Thanks @Marcussacapuces91 --- themes/default/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/default/style.css b/themes/default/style.css index a8c0030..eec79e0 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -137,13 +137,12 @@ h3 { margin-top: 2em; } -p, table { +p, table, ol, ul, pre, blockquote, dl { margin-bottom: 1em; } ol, ul { padding-left: 30px; - margin-bottom: 1em; } b, strong { @@ -198,17 +197,20 @@ code { pre { background: #eee; padding: 20px; - margin-bottom: 1em; overflow: auto; } blockquote { font-style: italic; - margin: 0 0 1em 15px; + margin-left: 15px; padding-left: 10px; border-left: 5px solid #dddddd; } +dd { + margin-left: 2em; +} + /* Structure Styles /*---------------------------------------------*/ .inner {