fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a305ce
)
reorder CSS rules for ePUB because FBReader is weird
author
Jan Szejko
<janek37@gmail.com>
Mon, 12 Feb 2018 11:28:25 +0000
(12:28 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Mon, 12 Feb 2018 11:28:25 +0000
(12:28 +0100)
librarian/epub/style.css
patch
|
blob
|
history
diff --git
a/librarian/epub/style.css
b/librarian/epub/style.css
index
903fa11
..
82ad4b9
100644
(file)
--- a/
librarian/epub/style.css
+++ b/
librarian/epub/style.css
@@
-253,6
+253,12
@@
h2 + .paragraph:first-letter
padding-bottom: 1.5em;
}
+.dedication, .dedication .paragraph
+{
+ text-align: right;
+ font-style: italic;
+}
+
.note
{
text-align: right;
@@
-266,12
+272,6
@@
h2 + .paragraph:first-letter
text-align: justify;
}
-.dedication, .dedication .paragraph
-{
- text-align: right;
- font-style: italic;
-}
-
.frame
{
border: 1px darkgray solid;