summaryrefslogtreecommitdiff
path: root/doc/index.css
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-02-03 20:51:44 +0100
committerMike Vink <mike@pionative.com>2025-02-03 20:51:44 +0100
commit93d82cd9531895dbeb3d4e580e481e39e4e59ee8 (patch)
treecafbcf17dfdc03723db7344f05dd64c5caa6bfc6 /doc/index.css
fetch tarball
Diffstat (limited to 'doc/index.css')
-rw-r--r--doc/index.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/index.css b/doc/index.css
new file mode 100644
index 0000000..c961835
--- /dev/null
+++ b/doc/index.css
@@ -0,0 +1,21 @@
+ul {
+ list-style-type: none ;
+}
+
+ul.contents {
+ padding: 0 ;
+}
+
+table {
+ border: none ;
+ border-spacing: 0 ;
+ border-collapse: collapse ;
+}
+
+td {
+ vertical-align: top ;
+ padding: 0 ;
+ text-align: left ;
+ line-height: 1.25 ;
+ width: 15% ;
+}