Add a margin to the bottom of wiki tables (#843).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1259 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-03-16 10:09:35 +00:00
parent 888b254844
commit 5b6978a1f3
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ background-color: #fff;
div.wiki table {
border: 1px solid #505050;
border-collapse: collapse;
margin-bottom: 1em;
}
div.wiki table, div.wiki td, div.wiki th {