diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 18:56:36 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 18:56:36 +0200 |
| commit | 0f6a57197fbd49de6fb4e16d53f07723fb3a1ecf (patch) | |
| tree | 11f3b7766ce85c1d3b7b7473c11a8dbd70974419 /vendor/lua-5.4.8/doc/index.css | |
| parent | a29577e869ed6fc25ab4ed3c5014f5811cb6215f (diff) | |
| download | bidi-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.css | 21 |
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% ; +} |
