- Fixed table width.

4.4.x
Dries Buytaert 2004-01-24 16:25:41 +00:00
parent 2aa8036057
commit c3d70557a4
1 changed files with 10 additions and 3 deletions

View File

@ -60,9 +60,7 @@ pre {
}
table {
/* make <td> sizes relative to body size! */
font-size: 1em;
width: 100%;
}
font-size: 1em;
.form-item {
margin-top: 1em;
}
@ -272,9 +270,18 @@ table {
padding: 1em 1em 1em 0;
border-bottom: 1px solid #bbb;
}
#forum table {
width: 100%;
}
#forum td {
padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
background-color: #ddd;
}
#forum td.container {
background-color: #ccc;
}