diff options
Diffstat (limited to 'source/_static/index-style.css')
-rw-r--r-- | source/_static/index-style.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/source/_static/index-style.css b/source/_static/index-style.css new file mode 100644 index 0000000..d7c42b3 --- /dev/null +++ b/source/_static/index-style.css @@ -0,0 +1,19 @@ +/* Contents style */ + +.contents-table { + font-size: large; +} + +.contents-table ul, .contents-table li { + display: inline; +} + +.contents-table td { + padding: 0em 1em 0em; +} + +.contents-table ul { + list-style-type: none; + margin: 0em; + padding-left: 0px; +} |