fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
5085131
)
Merge pull request #8 from quiris11/master
author
janek37
<j-sz@o2.pl>
Thu, 17 Mar 2016 17:14:23 +0000
(18:14 +0100)
committer
janek37
<j-sz@o2.pl>
Thu, 17 Mar 2016 17:14:23 +0000
(18:14 +0100)
set 5pt page margin instead of oversized 2em book margin
librarian/epub/style.css
patch
|
blob
|
history
diff --git
a/librarian/epub/style.css
b/librarian/epub/style.css
index
57f5490
..
d217cce
100644
(file)
--- a/
librarian/epub/style.css
+++ b/
librarian/epub/style.css
@@
-1,3
+1,6
@@
+@page {
+ margin: 5pt;
+}
@font-face {
font-family: "DejaVu Serif";
font-weight: normal;
@@
-44,17
+47,8
@@
a img {
border: 0;
}
-#book-text
-{
- margin: 2em;
-}
-
-@media amzn-kf8
-{
- #book-text
- {
- margin: 0;
- }
+#book-text {
+ margin: 0;
}
/* =================================================== */