Skip to content

Commit

Permalink
style.css
Browse files Browse the repository at this point in the history
simplify @media print.
add ul classes.
  • Loading branch information
tnut committed Mar 12, 2024
1 parent 0a040bc commit f386d57
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ a {
a:hover {
text-decoration:underline;
}
ul.hN {
list-style-type: none;
}
ul.h2 {
list-style-type: none;
padding:0;
}
tr.odd, tr.even {
padding: 1em;
}
Expand Down Expand Up @@ -168,11 +175,6 @@ td.content {
vertical-align: top;
margin-left: 0.8em;
}
@media print {
header, footer {
display: none;
}
}
/* some browsers does not support:
* @media (prefers-color-scheme:xxx)
*/
Expand Down Expand Up @@ -270,7 +272,8 @@ td.content {
}
}
@media print {
td.forum, td.logo, td.top-menu, form {
td.forum, td.logo, td.top-menu,
form, footer {
display: none;
}
}

0 comments on commit f386d57

Please sign in to comment.