From 47e6a2094e4c5463ef3266e4cd0243d68c75f96f Mon Sep 17 00:00:00 2001 From: Steve Donovan Date: Tue, 27 Aug 2013 15:16:10 +0200 Subject: [PATCH] CSS errors fixed --- ldoc/html/ldoc_css.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ldoc/html/ldoc_css.lua b/ldoc/html/ldoc_css.lua index 76756b1..1724909 100644 --- a/ldoc/html/ldoc_css.lua +++ b/ldoc/html/ldoc_css.lua @@ -29,7 +29,7 @@ del,ins { text-decoration: none; } li { - list-style: bullet; + list-style: disc; margin-left: 20px; } caption,th { @@ -253,7 +253,7 @@ table.module_list td { border-style: solid; border-color: #cccccc; } -table.module_list td.name { background-color: #f0f0f0; ; min-width: 200px; } +table.module_list td.name { background-color: #f0f0f0; min-width: 200px; } table.module_list td.summary { width: 100%; } @@ -269,12 +269,12 @@ table.function_list td { border-style: solid; border-color: #cccccc; } -table.function_list td.name { background-color: #f0f0f0; ; min-width: 200px; } +table.function_list td.name { background-color: #f0f0f0; min-width: 200px; } table.function_list td.summary { width: 100%; } ul.nowrap { overflow:auto; - whitespace:nowrap; + white-space:nowrap; } dl.table dt, dl.function dt {border-top: 1px solid #ccc; padding-top: 1em;}