fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
for epubs, we zip all resources into OPS, not preserving tree structure — flattening...
[librarian.git]
/
librarian
/
epub
/
style.css
diff --git
a/librarian/epub/style.css
b/librarian/epub/style.css
index
a27c5cf
..
d3ca5b6
100644
(file)
--- a/
librarian/epub/style.css
+++ b/
librarian/epub/style.css
@@
-371,3
+371,13
@@
p.footer {
margin-top: 2em;
}
+img.latex {
+ display: inline;
+}
+
+.note_red {
+ display: block;
+ width: 50%;
+ float: right;
+ background-color: #d0d0d0;
+}
\ No newline at end of file