From: Jean-Philippe Lang Date: Sun, 16 Mar 2008 10:09:35 +0000 (+0000) Subject: Add a margin to the bottom of wiki tables (#843). X-Git-Tag: 0.7.0-RC1~47 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b6978a1f3f8d4aa6da9607d06217e4322b7feb8;p=redmine.git 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 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 26f8408d6..1fd7881df 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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 {