Issue #2425013 by kandra, mortendk, aliyakhan, rteijeiro, LewisNyman: css lint on print.css
parent
fe6c06eea8
commit
082a601110
|
@ -14,18 +14,12 @@ th {
|
||||||
[dir="rtl"] th {
|
[dir="rtl"] th {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
tr.odd {
|
tr:nth-child(odd) {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
tr.even {
|
tr:nth-child(even){
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
#menu {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
#main {
|
|
||||||
margin: 1em;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue