diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-08-14 18:58:01 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-08-14 18:58:01 +0000 |
| commit | e112e9d255e25e8377d107841b263eefab2f13a0 (patch) | |
| tree | b731901b942dfb65076f5c4898d520d41cbc7523 /contrib/lua/doc/lua.css | |
| parent | eddbdee83d0b14c640b2c1a9580caa9740f382eb (diff) | |
| parent | abe858c1d6e8bf7d7206b09ed715677ac63b5fca (diff) | |
Notes
Diffstat (limited to 'contrib/lua/doc/lua.css')
| -rw-r--r-- | contrib/lua/doc/lua.css | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/contrib/lua/doc/lua.css b/contrib/lua/doc/lua.css index 5bedf7eb898e..cbd0799d1525 100644 --- a/contrib/lua/doc/lua.css +++ b/contrib/lua/doc/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 ; } |
