Sha256: 6959f659c23c27e7f64856513d0c4a6a278e11349900d2619a3734ea439ed985
Contents?: true
Size: 798 Bytes
Versions: 4
Compression:
Stored size: 798 Bytes
Contents
@charset "utf-8"; /* Page setup for Lightning Source colour pages * -------------------------------------------- * * Removes bleed on inside edges * Adjusts trim accordingly * Removes crop marks as required by LS * Uses the @left and @right margin boxes to obscure elements (e.g. full-bleed images) * that otherwise bleed into the margin area. * YMMV */ @page:left { prince-bleed: 3mm 0 3mm 3mm !important; prince-trim: 0 3mm 0 0 !important; marks: none !important; @right { background-color: white; content: " "; } } @page:right { prince-bleed: 3mm 3mm 3mm 0 !important; prince-trim: 0 0 0 3mm !important; marks: none !important; @left { background-color: white; content: " "; } }
Version data entries
4 entries across 4 versions & 1 rubygems