[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.40 and 1.41

version 1.40, 2010/12/24 14:14:00 version 1.41, 2011/01/05 13:00:11
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
   
 /*  /*
  * This default style-sheet mimics the appearance of the traditional   * This is an example style-sheet provided for mandoc(1) and the -Thtml
  * cvsweb output.   * or -Txhtml output mode.
    *
    * It mimics the appearance of the traditional cvsweb output.
    *
    * See mdoc(7) and man(7) for macro explanations.
  */   */
   
 html            { min-width: 580px; width: 580px; }  html            { min-width: 580px; width: 580px; }
Line 96  a.link-man { } /* Manual links (Xr). */
Line 100  a.link-man { } /* Manual links (Xr). */
 a.link-ref      { } /* Reference section links (%Q). */  a.link-ref      { } /* Reference section links (%Q). */
 a.link-sec      { } /* Section links (Sx). */  a.link-sec      { } /* Section links (Sx). */
   
 /* Formatting for lists. */  /* Formatting for lists.  See mdoc(7). */
   
 dl.list-diag    { }  dl.list-diag    { }
 dt.list-diag    { }  dt.list-diag    { }
Line 136  li.list-item { }
Line 140  li.list-item { }
   
 ol.list-enum    { padding-left: 2em; }  ol.list-enum    { padding-left: 2em; }
 li.list-enum    { }  li.list-enum    { }
   
   /* Table modes.  See tbl(7). */
   
   table.tbl       { }

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

CVSweb