- Avoid fieldsets being rendered one below another. Patch by Ax.

4.4.x
Dries Buytaert 2003-11-07 06:22:32 +00:00
parent 00d638ca57
commit 7b915b3c71
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ th {
padding-right: 1em;
border-bottom: 1px solid #ccc;
}
fieldset {
display: inline;
}
#tracker table {
border-collapse: collapse;
}