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

Diff for /mandoc/mandoc.css between version 1.7 and 1.8

version 1.7, 2017/01/19 16:56:54 version 1.8, 2017/01/20 19:58:07
Line 61  a.Xr { }
Line 61  a.Xr { }
 div.Bd { }  div.Bd { }
 div.D1 {        margin-left: 5ex; }  div.D1 {        margin-left: 5ex; }
   
   ul.Bl-bullet {  list-style-type: disc;
                   padding-left: 1em; }
   li.It-bullet { }
   ul.Bl-dash {    list-style-type: none;
                   padding-left: 0em; }
   li.It-dash:before {
                   content: "\2014  "; }
   ul.Bl-item {    list-style-type: none;
                   padding-left: 0em; }
   li.It-item { }
   
   ol.Bl-enum {    padding-left: 2em; }
   li.It-enum { }
   
   dl.Bl-diag { }
   dt.It-diag { }
   dd.It-diag { }
   b.It-diag {     font-style: normal; }
   dl.Bl-hang { }
   dt.It-hang { }
   dd.It-hang { }
   dl.Bl-inset { }
   dt.It-inset { }
   dd.It-inset { }
   dl.Bl-ohang { }
   dt.It-ohang { }
   dd.It-ohang {   margin-left: 0ex; }
   dl.Bl-tag { }
   dt.It-tag { }
   dd.It-tag { }
   
   table.Bl-column { }
   tr.It-column { }
   td.It-column { }
   
 /* Fonts. */  /* Fonts. */
   
 .Li {           font-style: normal;  .Li {           font-style: normal;
Line 78  b  { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
Line 113  b  { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
 .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */  .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
 small           { } /* Small: SB, SM. */  small           { } /* Small: SB, SM. */
   
 /* Block modes. */  
   
 .list           { } /* Top of all Bl. */  
   
 /* Context-specific modes. */  /* Context-specific modes. */
   
 i.addr          { font-weight: normal; } /* Address (Ad). */  i.addr          { font-weight: normal; } /* Address (Ad). */
Line 91  b.cmd  { font-style: normal; } /* Command (Cm). */
Line 122  b.cmd  { font-style: normal; } /* Command (Cm). */
 b.config        { font-style: normal; } /* Config statement (Cd). */  b.config        { font-style: normal; } /* Config statement (Cd). */
 span.define     { } /* Defines (Dv). */  span.define     { } /* Defines (Dv). */
 span.desc       { } /* Nd.  After em-dash. */  span.desc       { } /* Nd.  After em-dash. */
 b.diag          { font-style: normal; } /* Diagnostic (Bl -diag). */  
 span.env        { } /* Environment variables (Ev). */  span.env        { } /* Environment variables (Ev). */
 span.errno      { } /* Error string (Er). */  span.errno      { } /* Error string (Er). */
 i.farg          { font-weight: normal; } /* Function argument (Fa, Fn). */  i.farg          { font-weight: normal; } /* Function argument (Fa, Fn). */
Line 127  a.link-ext { } /* Off-site link (Lk). */
Line 157  a.link-ext { } /* Off-site link (Lk). */
 a.link-includes { } /* Include-file link (In). */  a.link-includes { } /* Include-file link (In). */
 a.link-mail     { } /* Mailto links (Mt). */  a.link-mail     { } /* Mailto links (Mt). */
 a.link-ref      { } /* Reference section links (%Q). */  a.link-ref      { } /* Reference section links (%Q). */
   
 /* Formatting for lists.  See mdoc(7). */  
   
 dl.list-diag    { }  
 dt.list-diag    { }  
 dd.list-diag    { }  
   
 dl.list-hang    { }  
 dt.list-hang    { }  
 dd.list-hang    { }  
   
 dl.list-inset   { }  
 dt.list-inset   { }  
 dd.list-inset   { }  
   
 dl.list-ohang   { }  
 dt.list-ohang   { }  
 dd.list-ohang   { margin-left: 0ex; }  
   
 dl.list-tag     { }  
 dt.list-tag     { }  
 dd.list-tag     { }  
   
 table.list-col  { }  
 tr.list-col     { }  
 td.list-col     { }  
   
 ul.list-bul     { list-style-type: disc; padding-left: 1em; }  
 li.list-bul     { }  
   
 ul.list-dash    { list-style-type: none; padding-left: 0em; }  
 li.list-dash:before { content: "\2014  "; }  
   
 ul.list-hyph    { list-style-type: none; padding-left: 0em; }  
 li.list-hyph:before { content: "\2013  "; }  
   
 ul.list-item    { list-style-type: none; padding-left: 0em; }  
 li.list-item    { }  
   
 ol.list-enum    { padding-left: 2em; }  
 li.list-enum    { }  
   
 /* Equation modes.  See eqn(7). */  /* Equation modes.  See eqn(7). */
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb