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

Diff for /mandoc/Attic/example.style.css between version 1.27 and 1.28

version 1.27, 2010/12/16 23:23:34 version 1.28, 2010/12/17 00:18:29
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
   
 html            { min-width: 580px; width: 580px; }  html            { min-width: 580px; width: 580px; }
   
 body            { font-family: monospace; }  body            { font-family: monospace; }
   
 /* Sections. */  /* Sections. */
   
 div.sec-head    { font-style: normal; font-weight: bold; } /* Sections (Sh). */  h1              { font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
 div.sec-body    { }  h2              { font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
 div.sec-block   { }  div.section     { margin-bottom: 3ex; margin-left: 4ex; } /* Sections (Sh, SH). */
   div.subsection  { } /* Sub-sections (Ss, SS). */
 div.ssec-head   { font-style: normal; font-weight: bold; } /* Sub-sections (Ss). */  
 div.ssec-body   { }  
 div.ssec-block  { }  
   
 /* Vertical spacing. */  /* Vertical spacing. */
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb