Issue #2425013 by kandra, mortendk, aliyakhan, rteijeiro, LewisNyman: css lint on print.css

8.0.x
webchick 2015-02-19 12:04:32 -08:00
parent fe6c06eea8
commit 082a601110
1 changed files with 2 additions and 8 deletions

View File

@ -14,18 +14,12 @@ th {
[dir="rtl"] th {
text-align: right;
}
tr.odd {
tr:nth-child(odd) {
background-color: #ddd;
}
tr.even {
tr:nth-child(even){
background-color: #fff;
}
td {
padding: 5px;
}
#menu {
visibility: hidden;
}
#main {
margin: 1em;
}