mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Fix #1702566 [https://manual.calibre-ebook.com/ justified](https://bugs.launchpad.net/calibre/+bug/1702566)
This commit is contained in:
parent
a060fae673
commit
9469fb2165
@ -18,6 +18,10 @@
|
||||
div.sphinxsidebar { overflow-y: auto; max-height: calc(100vh - 25px) }
|
||||
}
|
||||
|
||||
div.body p, div.body dd, div.body li, div.body blockquote {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.float-left-img { float: left; margin-right: 1em; margin-bottom: 1em }
|
||||
|
||||
.float-right-img { float: right; margin-left: 1em; margin-bottom: 1em }
|
||||
|
Loading…
x
Reference in New Issue
Block a user