diff options
-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; |