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:
parent
888b254844
commit
5b6978a1f3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue