fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
another fix for beta
[redakcja.git]
/
redakcja
/
static
/
css
/
book.css
diff --git
a/redakcja/static/css/book.css
b/redakcja/static/css/book.css
index
c68e46e
..
f685e41
100644
(file)
--- a/
redakcja/static/css/book.css
+++ b/
redakcja/static/css/book.css
@@
-12,7
+12,20
@@
a {
#book-text {
margin: 3em;
#book-text {
margin: 3em;
- max-width: 36em;
+ max-width: 48em;
+}
+
+table {
+ border-collapse: collapse;
+ width: 100%;
+}
+
+table.border, table.border td, table.border th {
+ border: 1px solid black;
+}
+
+td, th {
+ vertical-align: top;
}
/* ================================== */
}
/* ================================== */
@@
-24,7
+37,7
@@
a {
img {
border: none;
img {
border: none;
- max-width:
36
em;
+ max-width:
48
em;
margin-top: 1em;
}
margin-top: 1em;
}
@@
-355,6
+368,11
@@
div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
font-style: italic;
}
font-style: italic;
}
+div.frame {
+ border: 1px darkgray solid;
+ padding-bottom: 1.5em;
+}
+
hr.spacer {
height: 3em;
visibility: hidden;
hr.spacer {
height: 3em;
visibility: hidden;
@@
-394,6
+412,12
@@
em.person {
font-variant: small-caps;
}
font-variant: small-caps;
}
+em.wieksze-odstepy
+{
+ font-style: normal;
+ word-spacing: 1em;
+}
+
.verse:after {
content: "\feff";
}
.verse:after {
content: "\feff";
}