diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-10-20 22:31:24 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-10-20 22:31:24 -0400 |
commit | 01eb3ed1df0312c7f021bb257fa359dce68ce850 (patch) | |
tree | 0d86ae18c7288449530d1e635f140bedc210b2db /source/_static | |
parent | 8fbb635180b32096ce4f05c2ac2a88a5d3c3ad46 (diff) | |
download | librambutan-01eb3ed1df0312c7f021bb257fa359dce68ce850.tar.gz librambutan-01eb3ed1df0312c7f021bb257fa359dce68ce850.zip |
Tweak styling of Contents at a Glance.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source/_static')
-rw-r--r-- | source/_static/index-style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/_static/index-style.css b/source/_static/index-style.css index a0ef75c..d7c42b3 100644 --- a/source/_static/index-style.css +++ b/source/_static/index-style.css @@ -8,6 +8,10 @@ display: inline; } +.contents-table td { + padding: 0em 1em 0em; +} + .contents-table ul { list-style-type: none; margin: 0em; |