fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add resource path to TEXINPUTS so images are included without symlink hacks
[librarian.git]
/
librarian
/
epub
/
style.css
diff --git
a/librarian/epub/style.css
b/librarian/epub/style.css
index
2a41d9b
..
d3ca5b6
100644
(file)
--- a/
librarian/epub/style.css
+++ b/
librarian/epub/style.css
@@
-75,10
+75,10
@@
a img {
.h4
{
.h4
{
-
font-size: 1em;
+ font-size: 1em;
margin: 0;
margin-top: 1.5em;
margin: 0;
margin-top: 1.5em;
-
line-height: 1.5em;
+ line-height: 1.5em;
}
p
}
p
@@
-107,28
+107,24
@@
p
text-align: left;
}
text-align: left;
}
-.annotation
+.annotation
-anchor
{
font-style: normal;
font-weight: normal;
font-size: 0.875em;
{
font-style: normal;
font-weight: normal;
font-size: 0.875em;
-}
-
-#footnotes .annotation
-{
display: block;
float: left;
width: 2.5em;
clear: both;
}
display: block;
float: left;
width: 2.5em;
clear: both;
}
-#footnotes div
+.annotation
{
margin: 0;
margin-top: 1.5em;
}
{
margin: 0;
margin-top: 1.5em;
}
-#footnotes p
+.annotation-body
{
margin-left: 2.5em;
font-size: 0.875em;
{
margin-left: 2.5em;
font-size: 0.875em;
@@
-374,3
+370,14
@@
p.minor {
p.footer {
margin-top: 2em;
}
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