From 93d82cd9531895dbeb3d4e580e481e39e4e59ee8 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 3 Feb 2025 20:51:44 +0100 Subject: fetch tarball --- doc/index.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/index.css (limited to 'doc/index.css') 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% ; +} -- cgit v1.2.3