зеркало из https://github.com/mozilla/pjs.git
14 строки
162 B
CSS
14 строки
162 B
CSS
|
div {
|
||
|
background: yellow;
|
||
|
}
|
||
|
table {
|
||
|
background: grey;
|
||
|
border-spacing: 0;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
|
||
|
td, th {
|
||
|
padding: 0;
|
||
|
vertical-align: top;
|
||
|
}
|