summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
201c6e8)
Hide menu bar for printing (#409).
Fix printing line numbers (#609).
/* ============= */
/* = Numbering = */
/* ============= */
/* ============= */
/* = Numbering = */
/* ============= */
+.verse {
+ position:relative;
+}
.anchor {
position: absolute;
margin: -0.25em -0.5em;
.anchor {
position: absolute;
margin: -0.25em -0.5em;
color: #777;
font-size: 12px;
width: 2em;
color: #777;
font-size: 12px;
width: 2em;
font-variant: small-caps;
}
font-variant: small-caps;
}
+
+/* =================================== */
+/* = Hide some elements for printing = */
+/* =================================== */
+
+@media print {
+ #menu {display: none;}
+}