summaryrefslogtreecommitdiff
path: root/doc/lua.css
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2015-12-16 00:14:02 +0100
committerPeter Drahoš <drahosp@gmail.com>2015-12-16 00:14:02 +0100
commitfcdc5efb13f0d6c03d2868b7476b73e63a291ed3 (patch)
tree5bd844d3ae48e03d1aac8ebef3dd6209549d246e /doc/lua.css
parent94f9f6c6ed0fbc1b49ab4a896d6a587ce8815e36 (diff)
downloadlua-fcdc5efb13f0d6c03d2868b7476b73e63a291ed3.tar.gz
Updated to lua-5.3.25.3.2lua-5.3
Diffstat (limited to 'doc/lua.css')
-rw-r--r--doc/lua.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/lua.css b/doc/lua.css
index b614f3c..eb20fec 100644
--- a/doc/lua.css
+++ b/doc/lua.css
@@ -131,3 +131,29 @@ table.columns td {
p.logos a:link:hover, p.logos a:visited:hover {
background-color: inherit ;
}
+
+table.book {
+ border: none ;
+ border-spacing: 0 ;
+ border-collapse: collapse ;
+}
+
+table.book td {
+ padding: 0 ;
+ vertical-align: top ;
+}
+
+table.book td.cover {
+ padding-right: 1em ;
+}
+
+table.book img {
+ border: solid #000080 1px ;
+}
+
+table.book span {
+ font-size: small ;
+ text-align: left ;
+ display: block ;
+ margin-top: 0.25em ;
+}