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/manual.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/manual.css')
| -rw-r--r-- | docs/manual.css | 21 |
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 @@ | |||
| 1 | h3 code { | ||
| 2 | font-family: inherit ; | ||
| 3 | font-size: inherit ; | ||
| 4 | } | ||
| 5 | |||
| 6 | pre, code { | ||
| 7 | font-size: 12pt ; | ||
| 8 | } | ||
| 9 | |||
| 10 | span.apii { | ||
| 11 | color: gray ; | ||
| 12 | float: right ; | ||
| 13 | font-family: inherit ; | ||
| 14 | font-style: normal ; | ||
| 15 | font-size: small ; | ||
| 16 | } | ||
| 17 | |||
| 18 | h2:before { | ||
| 19 | content: "" ; | ||
| 20 | padding-right: 0em ; | ||
| 21 | } | ||
