mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00: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;
|
|
}
|