]> source.dussan.org Git - redmine.git/commitdiff
Add a margin to the bottom of wiki tables (#843).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Mar 2008 10:09:35 +0000 (10:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Mar 2008 10:09:35 +0000 (10:09 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1259 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 26f8408d69c39c5f715f3e9c5f474145426a611f..1fd7881df6f9c91bcbcd440622a6aacdd71cf3cd 100644 (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 {