MediaWiki:Print.css: Unterschied zwischen den Versionen
Aus Medical-Software - WIKI
| Zeile 5: | Zeile 5: | ||
/* this affects the margin in the printer settings */ | /* this affects the margin in the printer settings */ | ||
| − | margin: 25mm | + | margin: 10mm 25mm 10mm 25mm; |
} | } | ||
Aktuelle Version vom 31. August 2017, 14:41 Uhr
/* Das folgende CSS wird in der Druckausgabe geladen. */
@page
{
size: auto; /* auto is the initial value */
/* this affects the margin in the printer settings */
margin: 10mm 25mm 10mm 25mm;
}
body
{
/* this affects the margin on the content before sending to printer */
margin: 0px;
font-family: Arial;
}