Prevent inline images to overflow (#3163).
git-svn-id: http://svn.redmine.org/redmine/trunk@12864 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c366502b61
commit
8e00c6ebb9
|
@ -885,7 +885,7 @@ a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
|
|||
a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
|
||||
h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
|
||||
|
||||
div.wiki img { vertical-align: middle; }
|
||||
div.wiki img {vertical-align:middle; max-width:100%;}
|
||||
|
||||
/***** My page layout *****/
|
||||
.block-receiver {
|
||||
|
|
Loading…
Reference in New Issue