Added support for images to character stats sheet. Introduced some basic css rules for print settings. The later does not render correctly in Firefox yet.

This commit is contained in:
phil 2013-07-16 15:50:58 +02:00
parent 3bd4e25be2
commit f28126d145
16 changed files with 126 additions and 39 deletions

View file

@ -30,4 +30,9 @@ header#head nav li:nth-of-type(1) > a {
header#head nav li:nth-of-type(2) > a {
color: #82B964; }
header#head nav li:nth-of-type(3) > a {
color: #D24D33; }
color: #D24D33; }
@media print {
header#head {
display: none; }
}