From e0421f87636741286488c903f37712b5c5038d3c Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 5 Nov 2012 12:40:56 +0100 Subject: Output default value and possible value ranges --- docs/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index beccf45..41651e1 100644 --- a/docs/style.css +++ b/docs/style.css @@ -140,8 +140,9 @@ ol ol { } table { - width: 100%; + margin-top: 1em; margin-bottom: 24px; + padding: 1em; } th { @@ -152,7 +153,9 @@ th { } td, th { - padding: 2px; + padding-right: 1em; + padding-top: 0.5em; + padding-bottom: 0.5em; } dl { -- cgit v1.2.3