diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 13:53:27 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 13:53:27 -0700 |
commit | aa62072c9b7dcc3b650af9fe24f23853c688d07b (patch) | |
tree | 0e7ec6479d598cf63cc4ac36cd6e6dc99dc190d3 /tests/lua/doc/manual.css | |
parent | 3b6735c64c450e50ec948c07bf9ddbe4a68a87dc (diff) |
make lua test build from source
Diffstat (limited to 'tests/lua/doc/manual.css')
-rw-r--r-- | tests/lua/doc/manual.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/lua/doc/manual.css b/tests/lua/doc/manual.css new file mode 100644 index 00000000..269bd435 --- /dev/null +++ b/tests/lua/doc/manual.css @@ -0,0 +1,26 @@ +h3 code { + font-family: inherit ; + font-size: inherit ; +} + +pre, code { + font-size: 12pt ; +} + +span.apii { + float: right ; + font-family: inherit ; + font-style: normal ; + font-size: small ; + color: gray ; +} + +p+h1, ul+h1 { + padding-top: 0.4em ; + padding-bottom: 0.4em ; + padding-left: 24px ; + margin-left: -24px ; + background-color: #E0E0FF ; + border-radius: 8px ; +} + |