[BACK]Return to mandoc.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.css between version 1.4 and 1.5

version 1.4, 2017/01/19 14:29:53 version 1.5, 2017/01/19 15:27:34
Line 40  td.foot-date { width: 50%; }
Line 40  td.foot-date { width: 50%; }
 td.foot-os {    width: 50%;  td.foot-os {    width: 50%;
                 text-align: right; }                  text-align: right; }
   
   /* Sections and paragraphs. */
   
 h1              { margin-bottom: 1ex; font-size: 110% }  div.manual-text {
 div.section > h1 { margin-left: -4ex; } /* Section header (Sh, SH). */                  margin-left: 5ex; }
 h2              { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */  h1.Sh {         margin-top: 2ex;
                   margin-bottom: 1ex;
                   margin-left: -4ex;
                   font-size: 110%; }
   h2.Ss {         margin-top: 2ex;
                   margin-bottom: 1ex;
                   margin-left: -2ex;
                   font-size: 105%; }
   div.Pp {        margin: 1ex 0ex; }
   
 p               { } /* Paragraph: Pp, Lp. */  
 blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */  blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */
 div.section     { margin-bottom: 2ex; margin-left: 5ex; } /* Sections (Sh, SH). */  
 div.subsection  { } /* Sub-sections (Ss, SS). */  
 table.synopsis  { } /* SYNOPSIS section table. */  table.synopsis  { } /* SYNOPSIS section table. */
 div.spacer      { margin: 1em 0; }  
   
 /* General font modes. */  /* General font modes. */
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb