Commit a5ceb2f2 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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
parent 90c0e99d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment