From 38be6803b41ae4130a049ac96829a957d6b357d6 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 31 Oct 2013 19:09:15 +0100 Subject: [PATCH] Cleanup --- assets/css/screen.css | 41 ++++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index c4ccfb4..fdf9aeb 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -162,7 +162,7 @@ h4 a, h5 a, h6 a { } -p, ul, ol { +p, ul, ol, dl { margin: 1.6em 0; } @@ -171,6 +171,23 @@ ul ol, ol ul { margin: 0.4em 0; } +dl dt { + float: left; + width: 180px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; + font-weight: bold; + margin-bottom: 1em +} + +dl dd { + margin-left: 200px; + margin-bottom: 1em +} + hr { display: block; height: 1px; @@ -208,28 +225,6 @@ blockquote cite { blockquote cite a { font-weight: normal; } - -dl { - margin: 1.6em 0; -} - -dl dt { - float: left; - width: 180px; - overflow: hidden; - clear: left; - text-align: right; - text-overflow: ellipsis; - white-space: nowrap; - font-weight: bold; - margin-bottom: 1em -} - -dl dd { - margin-left: 200px; - margin-bottom: 1em -} - mark { background-color: #ffc336; }