Commit f55249ac authored by Jean-Philippe Lang's avatar Jean-Philippe Lang Committed by Eric Davis

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
parent 5909cf33
......@@ -966,4 +966,6 @@ h2 img { vertical-align:middle; }
#wiki_add_attachment { display:none; }
.hide-when-print { display: none; }
.autoscroll {overflow-x: visible;}
table.list {margin-top:0.5em;}
table.list th, table.list td {border: 1px solid #aaa;}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment