4,554
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 107: | Line 107: | ||
   .article-external-reference::after,  |    .article-external-reference::after,  | ||
   .article-quote::after,  |    .article-quote::after,  | ||
   .article-mod-line::after { content: none !important; }  |    .article-mod-line::after {  | ||
    content: none !important;  | |||
  }  | |||
   .article-entry-number,  |    .article-entry-number,  | ||
| Line 123: | Line 125: | ||
   #article-content > :last-child { border-bottom: 0 !important; }  |    #article-content > :last-child { border-bottom: 0 !important; }  | ||
  /* Add top spacer so first element isn't flush */  | |||
  .entry-wrapper.print-a4-narrow::before,  | |||
  .entry-wrapper.print-a5::before,  | |||
  .print-only::before {  | |||
    content: "";  | |||
    display: block;  | |||
    height: 12mm; /* match your @page top margin */  | |||
  }  | |||
  html, body {  | |||
    margin: 0 !important;  | |||
    padding: 0 !important;  | |||
  }  | |||
}  | }  | ||
/* 7) Entry number row */  | /* 7) Entry number row */  | ||