mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
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:
parent
3bd4e25be2
commit
f28126d145
16 changed files with 126 additions and 39 deletions
|
|
@ -28,4 +28,11 @@ section.content em {
|
|||
section.content > h2 + table,
|
||||
section.content > h2 + table.left + table.right,
|
||||
section.content > h2 + table.right + table.left {
|
||||
margin-top: 2em; }
|
||||
margin-top: 2em; }
|
||||
|
||||
@media print {
|
||||
section.content {
|
||||
padding: 0 !important; }
|
||||
section.content > * {
|
||||
display: none; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue