summaryrefslogtreecommitdiff
path: root/vendor/lua-5.4.8/doc/index.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-08-06 18:56:36 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-08-06 18:56:36 +0200
commit0f6a57197fbd49de6fb4e16d53f07723fb3a1ecf (patch)
tree11f3b7766ce85c1d3b7b7473c11a8dbd70974419 /vendor/lua-5.4.8/doc/index.css
parenta29577e869ed6fc25ab4ed3c5014f5811cb6215f (diff)
downloadbidi-0f6a57197fbd49de6fb4e16d53f07723fb3a1ecf.tar.gz
Re-added back Lua vendor docs
Diffstat (limited to 'vendor/lua-5.4.8/doc/index.css')
-rw-r--r--vendor/lua-5.4.8/doc/index.css21
1 files changed, 21 insertions, 0 deletions
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% ;
+}