Main page now uses lists instead of nested tables.

This commit is contained in:
Michal Čihař
2004-04-27 13:35:59 +00:00
parent 850741a174
commit c35f015a10
3 changed files with 98 additions and 141 deletions

View File

@@ -289,3 +289,13 @@ li {
li form {
display: inline;
}
ul.main {
margin: 0px;
padding-left:2em;
}
ul.main li {
list-style-image: url(../images/item_<?php echo $text_dir; ?>.png);
padding-bottom: 0.1em;
}