4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 363: | Line 363: | ||
html:not(.print-no-border) .entry-wrapper.print-a5 { | html:not(.print-no-border) .entry-wrapper.print-a5 { | ||
/* 0.5pt prints more reliably than 1px */ | /* 0.5pt prints more reliably than 1px */ | ||
border: | border: 1px solid #000 !important; | ||
/* Redundant hairline so Blink/PDF can't drop it */ | /* Redundant hairline so Blink/PDF can't drop it */ | ||
outline: | outline: 1px solid #000 !important; /* does not affect layout */ | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
background-clip: padding-box; | background-clip: padding-box; |