aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/_static/index-style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/_static/index-style.css')
-rw-r--r--docs/source/_static/index-style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/source/_static/index-style.css b/docs/source/_static/index-style.css
new file mode 100644
index 0000000..d7c42b3
--- /dev/null
+++ b/docs/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;
+}