Closes #1093: use max-width: 100% for images in basic/epub theme

This commit is contained in:
Georg Brandl 2014-01-12 19:48:37 +01:00
parent 42a8138c30
commit 09544fc5f8
2 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ div.sphinxsidebar #searchbox input[type="submit"] {
img { img {
border: 0; border: 0;
max-width: 100%;
} }
/* -- search page ----------------------------------------------------------- */ /* -- search page ----------------------------------------------------------- */

View File

@ -92,6 +92,7 @@ div.sphinxsidebar input {
img { img {
border: 0; border: 0;
max-width: 100%;
} }
/* -- search page ----------------------------------------------------------- */ /* -- search page ----------------------------------------------------------- */