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:
08a62c7
)
[epub, mobi] Paragraph indentation improvements plus support for initials in chapters
author
Robert Błaut
<listy@blaut.biz>
Sun, 16 Feb 2014 10:25:06 +0000
(11:25 +0100)
committer
Robert Błaut
<listy@blaut.biz>
Sun, 16 Feb 2014 10:25:06 +0000
(11:25 +0100)
librarian/epub/style.css
patch
|
blob
|
history
diff --git
a/librarian/epub/style.css
b/librarian/epub/style.css
index
f7afea4
..
c773481
100644
(file)
--- a/
librarian/epub/style.css
+++ b/
librarian/epub/style.css
@@
-218,12
+218,18
@@
div.didaskalia
.paragraph
{
text-align: justify;
.paragraph
{
text-align: justify;
- margin: 0
+ margin: 0;
+ text-indent: 1.2em;
}
}
-
.paragraph
+ .paragraph
+
h1 + .paragraph, h2
+ .paragraph
{
{
- text-indent: 1.2em;
+ text-indent: 0;
+}
+
+h2 + .paragraph:first-letter
+{
+ font-size: 1.6em;
}
.motto
}
.motto