mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
Change some User Manual images to scale dynamically with the viewport width
This commit is contained in:
parent
b469439270
commit
46172c0e1d
@ -26,7 +26,7 @@ it, a tooltip will appear describing the setting.
|
||||
.. image:: images/conv_dialog.png
|
||||
:align: center
|
||||
:alt: Ebook conversion dialog
|
||||
:scale: 50
|
||||
:class: half-width-img
|
||||
|
||||
.. contents:: Contents
|
||||
:depth: 1
|
||||
|
@ -21,6 +21,7 @@ you the differences in text, styles and images in the chosen books.
|
||||
.. image:: images/diff.png
|
||||
:alt: The compare tool
|
||||
:align: center
|
||||
:class: fit-img
|
||||
|
||||
Understanding the comparison view
|
||||
----------------------------------
|
||||
|
@ -17,6 +17,7 @@ You can use this editor by right clicking on any book in |app| and selecting
|
||||
.. image:: images/edit-book.png
|
||||
:alt: The Edit Book tool
|
||||
:align: center
|
||||
:class: fit-img
|
||||
|
||||
.. contents:: Contents
|
||||
:depth: 2
|
||||
|
@ -4,6 +4,8 @@
|
||||
<style type="text/css">
|
||||
.float-left-img { float: left; margin-right: 1em; margin-bottom: 1em }
|
||||
.float-right-img { float: right; margin-left: 1em; margin-bottom: 1em }
|
||||
.half-with-img { max-width: 50% }
|
||||
.fit-img { max-width: 95% }
|
||||
</style>
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user