Commit 5b6978a1 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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
parent 888b2548
......@@ -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 {
......
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