From: Robert BÅ‚aut Date: Thu, 16 Jan 2014 13:46:02 +0000 (+0100) Subject: [ePub] Fix for inconsistent styles between on-line reader and ePub. X-Git-Tag: 1.7~104^2~26 X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/2094e2a2f3411be494edb9b53da8735815cd5aff?ds=sidebyside;hp=--cc [ePub] Fix for inconsistent styles between on-line reader and ePub. --- 2094e2a2f3411be494edb9b53da8735815cd5aff diff --git a/librarian/epub/style.css b/librarian/epub/style.css index 0f5aaeb..81ce12b 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -225,7 +225,7 @@ div.didaskalia margin-left: 1.5em; } -div.kwestia +.kwestia { margin-top: 0.5em; } @@ -248,40 +248,30 @@ div.kwestia margin-top: 1.5em; } -.motto_podpis +.motto_podpis, .motto_podpis .paragraph { font-size: 0.875em; text-align: right; } -div.fragment +.fragment { border-bottom: 0.1em solid #999; padding-bottom: 1.5em; } -div.note +.note, .note .paragraph { text-align: right; font-style: italic; } -div.note div.paragraph -{ - text-align: right; - font-style: italic; -} -div.dedication -{ - text-align: right; - font-style: italic; -} -div.dedication div.paragaph + +.dedication, .dedication .paragraph { text-align: right; font-style: italic; } - hr.spacer { height: 3em;