mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 402388 - "Fix vertical alignment of headers in report details" [p=raccettura r=dao aM9=beltzner]
This commit is contained in:
parent
d8b6415094
commit
60e2d5331c
@ -1,10 +1,11 @@
|
||||
body {
|
||||
font: message-box;
|
||||
font: message-box;
|
||||
}
|
||||
|
||||
th {
|
||||
width: 100px;
|
||||
text-align: left;
|
||||
width: 100px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table {
|
||||
|
Loading…
Reference in New Issue
Block a user