static-site-scripts/output/print.css

23 lines
325 B
CSS

table {
border: 0;
}
h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover {
color: inherit;
text-decoration: none;
}
table tr td {
padding: 2px 10px 2px 0px;
}
pre {
border: 1px dashed #777;
padding: 5px;
overflow-x: auto;
}
#menuwrap,
.hidden {
display: none;
}