From 98487dbc5b2650a1f17bd9454e4d0a6b966c033d Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 10 Jul 2018 17:32:21 +0300 Subject: liblua: update to Lua 5.3.5 --- libs/liblua/docs/lua.css | 33 +++++++++++++++------------------ libs/liblua/docs/readme.html | 6 +++--- 2 files changed, 18 insertions(+), 21 deletions(-) (limited to 'libs/liblua/docs') 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.
  1. Open a terminal window and move to -the top-level directory, which is named lua-5.3.x. +the top-level directory, which is named lua-5.3.5. The Makefile there controls both the build process and the installation process.

  2. @@ -355,10 +355,10 @@ THE SOFTWARE. -- cgit v1.2.3