[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.50 and 1.54

version 1.50, 2014/08/13 15:25:22 version 1.54, 2014/12/10 22:19:45
Line 20  div.mandoc div.subsection { } /* Sub-sections (Ss, SS)
Line 20  div.mandoc div.subsection { } /* Sub-sections (Ss, SS)
 div.mandoc table.synopsis       { } /* SYNOPSIS section table. */  div.mandoc table.synopsis       { } /* SYNOPSIS section table. */
 div.mandoc table.foot           { } /* Document footer. */  div.mandoc table.foot           { } /* Document footer. */
 div.mandoc td.foot-date         { width: 50%; } /* Document footer: date. */  div.mandoc td.foot-date         { width: 50%; } /* Document footer: date. */
 div.mandoc td.foot-os           { width: 50%; text-align: right; } /* Document footer: OS/source. */  div.mandoc td.foot-os           { width: 50%;
                                     text-align: right; } /* Document footer: OS/source. */
 div.mandoc table.head           { } /* Document header. */  div.mandoc table.head           { } /* Document header. */
 div.mandoc td.head-ltitle       { width: 10%; } /* Document header: left-title. */  div.mandoc td.head-ltitle       { width: 10%; } /* Document header: left-title. */
 div.mandoc td.head-vol          { width: 80%; text-align: center; } /* Document header: volume. */  div.mandoc td.head-vol          { width: 80%;
 div.mandoc td.head-rtitle       { width: 10%; text-align: right; } /* Document header: right-title. */                                    text-align: center; } /* Document header: volume. */
   div.mandoc td.head-rtitle       { width: 10%;
                                     text-align: right; } /* Document header: right-title. */
 div.mandoc .display             { } /* All Bd, D1, Dl. */  div.mandoc .display             { } /* All Bd, D1, Dl. */
 div.mandoc .list                { } /* All Bl. */  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 em                   { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */  div.mandoc .emph                { 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). */
Line 108  div.mandoc ol.list-enum  { padding-left: 2em; }
Line 111  div.mandoc ol.list-enum  { padding-left: 2em; }
 div.mandoc li.list-enum         { }  div.mandoc li.list-enum         { }
 div.mandoc span.eqn             { } /* Equation modes.  See eqn(7). */  div.mandoc span.eqn             { } /* Equation modes.  See eqn(7). */
 div.mandoc table.tbl            { } /* Table modes.  See tbl(7). */  div.mandoc table.tbl            { } /* Table modes.  See tbl(7). */
   div.mandoc div.spacer           { margin: 1em 0; }

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

CVSweb