Skip to content
Snippets Groups Projects
Commit 082a6011 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent fe6c06ee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment