diff options
| author | Roland Meister <devnull@localhost> | 2013-02-10 13:47:42 +0100 |
|---|---|---|
| committer | Roland Meister <devnull@localhost> | 2013-02-10 13:47:42 +0100 |
| commit | 6c51d259c6218f33db3eb1deadfe79e542003d3b (patch) | |
| tree | b413bbaf0ee32c36cb181ae6c28c8d6e91c3cf1e /sphinx | |
| parent | 7b9f201f8f821c4f99cd6b123fe6b8040a3b2586 (diff) | |
| download | sphinx-6c51d259c6218f33db3eb1deadfe79e542003d3b.tar.gz | |
Bug #1093: restrict image width for epub builder.
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/themes/epub/static/epub.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/themes/epub/static/epub.css b/sphinx/themes/epub/static/epub.css index 9ce90fae..b46c0873 100644 --- a/sphinx/themes/epub/static/epub.css +++ b/sphinx/themes/epub/static/epub.css @@ -22,6 +22,7 @@ a:link, a:visited { img { border: 0; + max-width: 100%; } /* -- relbar ---------------------------------------------------------------- */ |
