Set alignment for inline images in formatted text.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3298 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
90c0e99d2a
commit
a5ceb2f244
|
@ -674,6 +674,8 @@ 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; }
|
||||
|
||||
/***** My page layout *****/
|
||||
.block-receiver {
|
||||
border:1px dashed #c0c0c0;
|
||||
|
|
Loading…
Reference in New Issue