fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e98e5b6
)
[epub, mob] Paragraphs inside note should be justified
author
Robert Błaut
<listy@blaut.biz>
Thu, 30 Jan 2014 07:02:37 +0000
(08:02 +0100)
committer
Robert Błaut
<listy@blaut.biz>
Thu, 30 Jan 2014 07:02:37 +0000
(08:02 +0100)
librarian/epub/style.css
patch
|
blob
|
history
diff --git
a/librarian/epub/style.css
b/librarian/epub/style.css
index
e90ce4a
..
2f69362
100644
(file)
--- a/
librarian/epub/style.css
+++ b/
librarian/epub/style.css
@@
-244,15
+244,16
@@
div.didaskalia
padding-bottom: 1.5em;
}
-.note
, .note .paragraph
+.note
{
text-align: right;
font-style: italic;
+ margin-bottom: 1.5em;
}
-.note
+.note
.paragraph
{
-
margin-bottom: 1.5em
;
+
text-align: justify
;
}
.dedication, .dedication .paragraph