diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2026-03-03 17:18:10 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2026-03-03 17:18:10 +0100 |
| commit | efd14c278c72674fc58cfde2f9023450a755c604 (patch) | |
| tree | b56fdbecf5e7b475dbecaed5680df4a671f56e70 /docs/index.css | |
| parent | 0fa111b1f6418de2248ee7705fb7d783be7d001e (diff) | |
| download | lanes-efd14c278c72674fc58cfde2f9023450a755c604.tar.gz lanes-efd14c278c72674fc58cfde2f9023450a755c604.tar.bz2 lanes-efd14c278c72674fc58cfde2f9023450a755c604.zip | |
Shamelessly grab Lua's CSS and use them for ourselves in the documentation
Diffstat (limited to 'docs/index.css')
| -rw-r--r-- | docs/index.css | 29 |
1 files changed, 29 insertions, 0 deletions
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 @@ | |||
| 1 | ul { | ||
| 2 | list-style-type: none ; | ||
| 3 | } | ||
| 4 | |||
| 5 | ul.contents { | ||
| 6 | padding: 0 ; | ||
| 7 | } | ||
| 8 | |||
| 9 | table { | ||
| 10 | border: none ; | ||
| 11 | border-spacing: 0 ; | ||
| 12 | border-collapse: collapse ; | ||
| 13 | } | ||
| 14 | |||
| 15 | td { | ||
| 16 | vertical-align: top ; | ||
| 17 | padding: 0 ; | ||
| 18 | text-align: left ; | ||
| 19 | line-height: 1.25 ; | ||
| 20 | width: 15% ; | ||
| 21 | } | ||
| 22 | |||
| 23 | table.striped tr:nth-child(even) { | ||
| 24 | background-color: #E8E8E8 ; | ||
| 25 | } | ||
| 26 | |||
| 27 | table.striped tr:nth-child(odd) { | ||
| 28 | background-color: #F4F4F4 ; | ||
| 29 | } | ||
