mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
162 B
CSS
14 lines
162 B
CSS
div {
|
|
background: yellow;
|
|
}
|
|
table {
|
|
background: grey;
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
td, th {
|
|
padding: 0;
|
|
vertical-align: top;
|
|
}
|