From a64e1ad67667390e7054940753a98fab0753af58 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 11 Dec 2010 23:12:33 +0100 Subject: Improve styling of tables. --- default.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'default.css') diff --git a/default.css b/default.css index 633de03..79b1889 100644 --- a/default.css +++ b/default.css @@ -47,6 +47,15 @@ li margin-left: 18px; margin-bottom: 0.5em; } +table +{ + margin-left: 1.8em; +} +td +{ + font-size: 0.8em; + padding-right: 0.5em; +} code { background: url(img/bgcode.gif); border: 1px dotted #AAA; -- cgit v1.2.3