aboutsummaryrefslogtreecommitdiff
path: root/docs/index.css
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2026-03-03 17:18:10 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2026-03-03 17:18:10 +0100
commitefd14c278c72674fc58cfde2f9023450a755c604 (patch)
treeb56fdbecf5e7b475dbecaed5680df4a671f56e70 /docs/index.css
parent0fa111b1f6418de2248ee7705fb7d783be7d001e (diff)
downloadlanes-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.css29
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 @@
1ul {
2 list-style-type: none ;
3}
4
5ul.contents {
6 padding: 0 ;
7}
8
9table {
10 border: none ;
11 border-spacing: 0 ;
12 border-collapse: collapse ;
13}
14
15td {
16 vertical-align: top ;
17 padding: 0 ;
18 text-align: left ;
19 line-height: 1.25 ;
20 width: 15% ;
21}
22
23table.striped tr:nth-child(even) {
24 background-color: #E8E8E8 ;
25}
26
27table.striped tr:nth-child(odd) {
28 background-color: #F4F4F4 ;
29}