Set bottom margin for ul, ol in formatted text (#9793).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8258 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-12-17 12:13:57 +00:00
parent 83aad1dc04
commit 6147a29a68
1 changed files with 2 additions and 0 deletions

View File

@ -750,6 +750,8 @@ div.wiki a.new {
color: #b73535;
}
div.wiki ul, div.wiki ol {margin-bottom:1em;}
div.wiki pre {
margin: 1em 1em 1em 1.6em;
padding: 2px 2px 2px 0;