Added a margin for inline images in wiki text

git-svn-id: http://redmine.rubyforge.org/svn/trunk@582 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-07-02 17:23:31 +00:00
parent 384aa50be3
commit bf74efcd11
1 changed files with 4 additions and 0 deletions

View File

@ -643,6 +643,10 @@ div.wiki code {
font-size: 1.2em;
}
div.wiki img {
margin: 6px;
}
#preview .preview { background: #fafbfc url(../images/draft.png); }
#ajax-indicator {