fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add option to select cover class in metadata
[redakcja.git]
/
redakcja
/
static
/
css
/
book.css
diff --git
a/redakcja/static/css/book.css
b/redakcja/static/css/book.css
index
c68e46e
..
6d78f79
100644
(file)
--- a/
redakcja/static/css/book.css
+++ b/
redakcja/static/css/book.css
@@
-15,6
+15,15
@@
a {
max-width: 36em;
}
max-width: 36em;
}
+table {
+ border-collapse: collapse;
+ width: 100%;
+}
+
+table.border, table.border td, table.border th {
+ border: 1px solid black;
+}
+
/* ================================== */
/* = Header with logo and menu = */
/* ================================== */
/* ================================== */
/* = Header with logo and menu = */
/* ================================== */
@@
-394,6
+403,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";
}