4,554
edits
No edit summary Tag: Reverted  | 
				No edit summary Tag: Manual revert  | 
				||
| 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: 0.5pt solid #000 !important;  | ||
     /* Redundant hairline so Blink/PDF can't drop it */  |      /* Redundant hairline so Blink/PDF can't drop it */  | ||
     outline:   |      outline: 0.5pt solid #000 !important;           /* does not affect layout */  | ||
    box-shadow: inset 0 0 0 0.5pt #000;             /* last-resort fallback */  | |||
     box-sizing: border-box !important;  |      box-sizing: border-box !important;  | ||
     background-clip: padding-box;  |      background-clip: padding-box;  | ||