fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change default cover.
[librarian.git]
/
src
/
librarian
/
epub
/
style.css
diff --git
a/src/librarian/epub/style.css
b/src/librarian/epub/style.css
index
dfd9fe7
..
8325c12
100644
(file)
--- a/
src/librarian/epub/style.css
+++ b/
src/librarian/epub/style.css
@@
-402,3
+402,14
@@
th, td {
font-size: 1.3em;
line-height: 1.4em;
}
+
+.rownolegly-blok {
+ border-left: 2px solid red;
+ padding-left: .5em;
+}
+.rownolegly-blok.first {
+ border-radius: 0 0 0 .75em;
+}
+.rownolegly-blok.last {
+ border-radius: .75em 0 0 0;
+}