[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.54 and 1.55

version 1.54, 2014/12/10 22:19:45 version 1.55, 2015/02/10 08:05:30
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: 102ex;  div.mandoc                      { min-width: 102ex;
                                   width: 102ex;                                    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 39  div.mandoc .lit   { font-style: normal; font-weight: n
Line 39  div.mandoc .lit   { font-style: normal; font-weight: n
 div.mandoc i.addr               { font-weight: normal; } /* Address (Ad). */  div.mandoc i.addr               { font-weight: normal; } /* Address (Ad). */
 div.mandoc i.arg                { font-weight: normal; } /* Command argument (Ar). */  div.mandoc i.arg                { font-weight: normal; } /* Command argument (Ar). */
 div.mandoc span.author          { } /* Author name (An). */  div.mandoc span.author          { } /* Author name (An). */
 div.mandoc b.cmd                { font-style: normal; } /* Command (Cm). */  div.mandoc b.cmd                { font-style: normal; } /* Command (Cm). */
 div.mandoc b.config             { font-style: normal; } /* Config statement (Cd). */  div.mandoc b.config             { font-style: normal; } /* Config statement (Cd). */
 div.mandoc span.define          { } /* Defines (Dv). */  div.mandoc span.define          { } /* Defines (Dv). */
 div.mandoc span.desc            { } /* Nd.  After em-dash. */  div.mandoc span.desc            { } /* Nd.  After em-dash. */

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

CVSweb