diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-11-05 12:40:56 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-11-05 12:40:56 +0100 |
commit | e0421f87636741286488c903f37712b5c5038d3c (patch) | |
tree | ee26d617e1928ba9a224bd615f72fee7f607c2f5 /docs/style.css | |
parent | 471acd3dd41caab2fad0ec62cd746aafc9a5d5b1 (diff) | |
download | uca-e0421f87636741286488c903f37712b5c5038d3c.tar.gz uca-e0421f87636741286488c903f37712b5c5038d3c.tar.bz2 uca-e0421f87636741286488c903f37712b5c5038d3c.tar.xz uca-e0421f87636741286488c903f37712b5c5038d3c.zip |
Output default value and possible value ranges
Diffstat (limited to 'docs/style.css')
-rw-r--r-- | docs/style.css | 7 |
1 files changed, 5 insertions, 2 deletions
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 { |