- Avoid fieldsets being rendered one below another. Patch by Ax.
parent
00d638ca57
commit
7b915b3c71
|
|
@ -9,6 +9,9 @@ th {
|
|||
padding-right: 1em;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
fieldset {
|
||||
display: inline;
|
||||
}
|
||||
#tracker table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue