From efd14c278c72674fc58cfde2f9023450a755c604 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 3 Mar 2026 17:18:10 +0100 Subject: Shamelessly grab Lua's CSS and use them for ourselves in the documentation --- docs/index.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/index.css (limited to 'docs/index.css') diff --git a/docs/index.css b/docs/index.css new file mode 100644 index 0000000..6a6e163 --- /dev/null +++ b/docs/index.css @@ -0,0 +1,29 @@ +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% ; +} + +table.striped tr:nth-child(even) { + background-color: #E8E8E8 ; +} + +table.striped tr:nth-child(odd) { + background-color: #F4F4F4 ; +} -- cgit v1.2.3-55-g6feb