aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-5.3.4/doc/manual.css
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-12 12:10:08 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-12 12:10:08 +0000
commit3f764e681f8d868fe725e9a573b3a1815194a559 (patch)
tree435af067340d7f027e598a79e1ec98b0c57b3e74 /bruiser/lua-5.3.4/doc/manual.css
parentits a submodule (diff)
downloadmutator-3f764e681f8d868fe725e9a573b3a1815194a559.tar.gz
mutator-3f764e681f8d868fe725e9a573b3a1815194a559.zip
yup. lua. better than whatever shaky messy DSL i was gonna come up with for bruiseer.
Diffstat (limited to 'bruiser/lua-5.3.4/doc/manual.css')
-rw-r--r--bruiser/lua-5.3.4/doc/manual.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/bruiser/lua-5.3.4/doc/manual.css b/bruiser/lua-5.3.4/doc/manual.css
new file mode 100644
index 0000000..aa0e677
--- /dev/null
+++ b/bruiser/lua-5.3.4/doc/manual.css
@@ -0,0 +1,21 @@
+h3 code {
+ font-family: inherit ;
+ font-size: inherit ;
+}
+
+pre, code {
+ font-size: 12pt ;
+}
+
+span.apii {
+ color: gray ;
+ float: right ;
+ font-family: inherit ;
+ font-style: normal ;
+ font-size: small ;
+}
+
+h2:before {
+ content: "" ;
+ padding-right: 0em ;
+}