diff options
Diffstat (limited to '3rdparty/lua/doc/lua.css')
-rw-r--r-- | 3rdparty/lua/doc/lua.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/lua/doc/lua.css b/3rdparty/lua/doc/lua.css index eb20fecd0de..5bedf7eb898 100644 --- a/3rdparty/lua/doc/lua.css +++ b/3rdparty/lua/doc/lua.css @@ -92,6 +92,7 @@ table hr { .footer { color: gray ; font-size: x-small ; + text-transform: lowercase ; } input[type=text] { @@ -157,3 +158,7 @@ table.book span { display: block ; margin-top: 0.25em ; } + +img { + background-color: white ; +} |