From f2e065dee10fb110e9d51175ee6381333319ef56 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 20 Oct 2015 21:05:29 -0700 Subject: Release v1.0.0 --- External/lua-5.2.3/doc/manual.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 External/lua-5.2.3/doc/manual.css (limited to 'External/lua-5.2.3/doc/manual.css') diff --git a/External/lua-5.2.3/doc/manual.css b/External/lua-5.2.3/doc/manual.css new file mode 100644 index 0000000..ca613cd --- /dev/null +++ b/External/lua-5.2.3/doc/manual.css @@ -0,0 +1,27 @@ +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 { + font-style: normal ; + padding-top: 0.4em ; + padding-bottom: 0.4em ; + padding-left: 16px ; + margin-left: -16px ; + background-color: #D0D0FF ; + border-radius: 8px ; + border: solid #000080 1px ; +} -- cgit v1.2.3