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