summaryrefslogtreecommitdiff
path: root/libs/liblua/docs
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-07-10 17:32:21 +0300
committerdartraiden <wowemuh@gmail.com>2018-07-10 17:35:53 +0300
commit98487dbc5b2650a1f17bd9454e4d0a6b966c033d (patch)
treea48684847b7f88ddc89eb65a24ddb1913d786bca /libs/liblua/docs
parent6279b5f012a3b3d5734c9cc67c7a307cb0fd8eef (diff)
liblua: update to Lua 5.3.5
Diffstat (limited to 'libs/liblua/docs')
-rw-r--r--libs/liblua/docs/lua.css33
-rw-r--r--libs/liblua/docs/readme.html6
2 files changed, 18 insertions, 21 deletions
diff --git a/libs/liblua/docs/lua.css b/libs/liblua/docs/lua.css
index 5bedf7eb89..cbd0799d15 100644
--- a/libs/liblua/docs/lua.css
+++ b/libs/liblua/docs/lua.css
@@ -10,7 +10,7 @@ body {
line-height: 1.25 ;
margin: 16px auto ;
padding: 32px ;
- border: solid #a0a0a0 1px ;
+ border: solid #ccc 1px ;
border-radius: 20px ;
max-width: 70em ;
width: 90% ;
@@ -111,36 +111,29 @@ pre.session {
border-radius: 8px ;
}
-td.gutter {
- width: 4% ;
-}
-
-table.columns {
+table {
border: none ;
border-spacing: 0 ;
border-collapse: collapse ;
}
-table.columns td {
- vertical-align: top ;
+td {
padding: 0 ;
- padding-bottom: 1em ;
- text-align: justify ;
- line-height: 1.25 ;
+ margin: 0 ;
}
-p.logos a:link:hover, p.logos a:visited:hover {
- background-color: inherit ;
+td.gutter {
+ width: 4% ;
}
-table.book {
- border: none ;
- border-spacing: 0 ;
- border-collapse: collapse ;
+table.columns td {
+ vertical-align: top ;
+ padding-bottom: 1em ;
+ text-align: justify ;
+ line-height: 1.25 ;
}
table.book td {
- padding: 0 ;
vertical-align: top ;
}
@@ -159,6 +152,10 @@ table.book span {
margin-top: 0.25em ;
}
+p.logos a:link:hover, p.logos a:visited:hover {
+ background-color: inherit ;
+}
+
img {
background-color: white ;
}
diff --git a/libs/liblua/docs/readme.html b/libs/liblua/docs/readme.html
index 96a9386e2a..b118f7b02d 100644
--- a/libs/liblua/docs/readme.html
+++ b/libs/liblua/docs/readme.html
@@ -107,7 +107,7 @@ Here are the details.
<OL>
<LI>
Open a terminal window and move to
-the top-level directory, which is named <TT>lua-5.3.x</TT>.
+the top-level directory, which is named <TT>lua-5.3.5</TT>.
The <TT>Makefile</TT> there controls both the build process and the installation process.
<P>
<LI>
@@ -355,10 +355,10 @@ THE SOFTWARE.
<P CLASS="footer">
Last update:
-Thu Dec 22 18:22:57 BRST 2016
+Mon Jun 18 22:57:33 -03 2018
</P>
<!--
-Last change: revised for Lua 5.3.4
+Last change: revised for Lua 5.3.5
-->
</BODY>