summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2013-02-10 13:47:42 +0100
committerRoland Meister <devnull@localhost>2013-02-10 13:47:42 +0100
commit6c51d259c6218f33db3eb1deadfe79e542003d3b (patch)
treeb413bbaf0ee32c36cb181ae6c28c8d6e91c3cf1e /sphinx
parent7b9f201f8f821c4f99cd6b123fe6b8040a3b2586 (diff)
downloadsphinx-6c51d259c6218f33db3eb1deadfe79e542003d3b.tar.gz
Bug #1093: restrict image width for epub builder.
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/themes/epub/static/epub.css1
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 ---------------------------------------------------------------- */