[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.48 and 1.50

version 1.48, 2011/12/15 12:05:19 version 1.50, 2014/08/13 15:25:22
Line 6 
Line 6 
  * See mdoc(7) and man(7) for macro explanations.   * See mdoc(7) and man(7) for macro explanations.
  */   */
   
 div.mandoc                      { min-width: 100ex;  div.mandoc                      { min-width: 102ex;
                                   width: 100ex;                                    width: 102ex;
                                   font-family: monospace; } /* This is the outer node of all mandoc -T[x]html documents. */                                    font-family: monospace; } /* This is the outer node of all mandoc -T[x]html documents. */
 div.mandoc h1                   { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (Sh, SH). */  div.mandoc h1                   { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (Sh, SH). */
 div.mandoc h2                   { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section header (Ss, SS). */  div.mandoc h2                   { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
Line 30  div.mandoc .list  { } /* All Bl. */
Line 30  div.mandoc .list  { } /* All Bl. */
 div.mandoc i                    { } /* Italic: BI, IB, I, (implicit). */  div.mandoc i                    { } /* Italic: BI, IB, I, (implicit). */
 div.mandoc b                    { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */  div.mandoc b                    { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
 div.mandoc small                { } /* Small: SB, SM. */  div.mandoc small                { } /* Small: SB, SM. */
 div.mandoc .emph                { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */  div.mandoc em                   { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
 div.mandoc .symb                { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */  div.mandoc .symb                { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
 div.mandoc .lit                 { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */  div.mandoc .lit                 { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
 div.mandoc i.addr               { font-weight: normal; } /* Address (Ad). */  div.mandoc i.addr               { font-weight: normal; } /* Address (Ad). */

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.50

CVSweb