From 0f6a57197fbd49de6fb4e16d53f07723fb3a1ecf Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 6 Aug 2025 18:56:36 +0200 Subject: Re-added back Lua vendor docs --- vendor/lua-5.4.8/doc/index.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vendor/lua-5.4.8/doc/index.css (limited to 'vendor/lua-5.4.8/doc/index.css') diff --git a/vendor/lua-5.4.8/doc/index.css b/vendor/lua-5.4.8/doc/index.css new file mode 100644 index 0000000..c961835 --- /dev/null +++ b/vendor/lua-5.4.8/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