style.css: don't break lines in distroquery table th
This commit is contained in:
parent
23f0bb6c68
commit
9a2ee1f552
@ -345,7 +345,7 @@ table.queryfiletable td {
|
||||
}
|
||||
|
||||
table.pkgpage tr:nth-child(even) td { padding:2px; background-color: #F2F2F2; }
|
||||
table.pkgpage th { padding:4px; font-weight: 800; border: 0; text-align: left; vertical-align: top; }
|
||||
table.pkgpage th { padding:4px; font-weight: 800; border: 0; text-align: left; vertical-align: top; white-space:nowrap; }
|
||||
table.pkgpage td { padding:4px; vertical-align: top; }
|
||||
|
||||
div.bggray { background-color: #F2F2F2; }
|
||||
|
Loading…
Reference in New Issue
Block a user