]> source.dussan.org Git - redmine.git/commitdiff
Add margin between tables and the following headings (#24776).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Jan 2017 10:05:26 +0000 (10:05 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Jan 2017 10:05:26 +0000 (10:05 +0000)
Patch by Mischa The Evil.

git-svn-id: http://svn.redmine.org/redmine/trunk@16189 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index b95aef3be50d96ac137da685f560927b78d9f6a1..a7e51146f04f1ce53841d75561b8762a3e38c543 100644 (file)
@@ -328,7 +328,7 @@ table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px;
 table.plugins span.description { display: block; font-size: 0.9em; }
 table.plugins span.url { display: block; font-size: 0.9em; }
 
-table.list.enumerations {table-layout: fixed;}
+table.list.enumerations {table-layout: fixed; margin-bottom: 2em;}
 
 tr.group td { padding: 0.8em 0 0.5em 0.3em; border-bottom: 1px solid #ccc; text-align:left; }
 tr.group span.name {font-weight:bold;}