fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove unnecessary print
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
master.book.css
diff --git
a/wolnelektury/static/css/master.book.css
b/wolnelektury/static/css/master.book.css
index
b0d3542
..
449b15f
100644
(file)
--- a/
wolnelektury/static/css/master.book.css
+++ b/
wolnelektury/static/css/master.book.css
@@
-194,10
+194,13
@@
blockquote {
/* ============= */
/* = Numbering = */
/* ============= */
/* ============= */
/* = Numbering = */
/* ============= */
+.verse, .paragraph {
+ position:relative;
+}
.anchor {
position: absolute;
margin: -0.25em -0.5em;
.anchor {
position: absolute;
margin: -0.25em -0.5em;
- left:
1
em;
+ left:
-3
em;
color: #777;
font-size: 12px;
width: 2em;
color: #777;
font-size: 12px;
width: 2em;
@@
-317,3
+320,11
@@
em.person {
font-variant: small-caps;
}
font-variant: small-caps;
}
+
+/* =================================== */
+/* = Hide some elements for printing = */
+/* =================================== */
+
+@media print {
+ #menu {display: none;}
+}