Adds border and margin for issue list printing.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5178 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-03-20 20:45:52 +00:00
parent f655353f64
commit 82538dd07e
1 changed files with 2 additions and 0 deletions

View File

@ -964,4 +964,6 @@ h2 img { vertical-align:middle; }
#wiki_add_attachment { display:none; } #wiki_add_attachment { display:none; }
.hide-when-print { display: none; } .hide-when-print { display: none; }
.autoscroll {overflow-x: visible;} .autoscroll {overflow-x: visible;}
table.list {margin-top:0.5em;}
table.list th, table.list td {border: 1px solid #aaa;}
} }