CSS errors fixed

This commit is contained in:
Steve Donovan 2013-08-27 15:16:10 +02:00
parent 8e3e211716
commit 47e6a2094e
1 changed files with 4 additions and 4 deletions

View File

@ -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;}