diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-16 10:09:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-16 10:09:35 +0000 |
commit | 5b6978a1f3f8d4aa6da9607d06217e4322b7feb8 (patch) | |
tree | f2e026ae994fb9e3a9e6143ac83d933dabada62b /public | |
parent | 888b254844092cc4b007fd6e40db719c6ed8dfc8 (diff) | |
download | redmine-5b6978a1f3f8d4aa6da9607d06217e4322b7feb8.tar.gz redmine-5b6978a1f3f8d4aa6da9607d06217e4322b7feb8.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |