From 9591653618f67c9c9361dcb2eff67832612465e2 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 19 Oct 2011 20:10:43 +0200 Subject: [PATCH] Add a margin for dt --- static/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index f7fbba50..cba38e92 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -43,6 +43,10 @@ table:not(.footnote) td { padding: 0.5em; } +dt { + margin: 0.8em 0 0.2em 0; +} + h2 { background: url(img/icon.png) no-repeat top left; color: #a40000; @@ -132,12 +136,12 @@ nav li { display: table-cell; } -nav li a{ +nav li a { color: #83dd00; display: block; margin: auto; line-height:82px; - text-align:center; + text-align:center; } nav li a:hover, nav li a:focus{