aboutsummaryrefslogtreecommitdiff
path: root/docs/manual.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/manual.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/manual.css')
-rw-r--r--docs/manual.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/manual.css b/docs/manual.css
new file mode 100644
index 0000000..aa0e677
--- /dev/null
+++ b/docs/manual.css
@@ -0,0 +1,21 @@
1h3 code {
2 font-family: inherit ;
3 font-size: inherit ;
4}
5
6pre, code {
7 font-size: 12pt ;
8}
9
10span.apii {
11 color: gray ;
12 float: right ;
13 font-family: inherit ;
14 font-style: normal ;
15 font-size: small ;
16}
17
18h2:before {
19 content: "" ;
20 padding-right: 0em ;
21}