From b38ee016c3346274c4aa2ceb889291d47cfb6635 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 19 Oct 2011 20:06:01 +0200 Subject: [PATCH] Add style for tables --- static/css/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d7ec7685..f7fbba50 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -33,6 +33,16 @@ a:hover, a:focus { color: #376e04; } +table:not(.footnote) { + border-collapse: collapse; + margin: auto; +} + +table:not(.footnote) td { + border: 1px #cbb solid; + padding: 0.5em; +} + h2 { background: url(img/icon.png) no-repeat top left; color: #a40000; @@ -119,7 +129,6 @@ nav ul { } nav li { - display: table-cell; }