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

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

version 1.6, 2017/01/19 15:48:39 version 1.8, 2017/01/20 19:58:07
Line 56  div.Pp { margin: 1ex 0ex; }
Line 56  div.Pp { margin: 1ex 0ex; }
 a.Sx { }  a.Sx { }
 a.Xr { }  a.Xr { }
   
   /* Displays and lists. */
   
 blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */  div.Bd { }
   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. */
   
   .Li {           font-style: normal;
                   font-weight: normal;
                   font-family: monospace; }
   
   
 table.synopsis  { } /* SYNOPSIS section table. */  table.synopsis  { } /* SYNOPSIS section table. */
   
 /* General font modes. */  /* General font modes. */
Line 67  i  { } /* Italic: BI, IB, I, (implicit). */
Line 112  i  { } /* Italic: BI, IB, I, (implicit). */
 b               { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */  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. */
 .lit            { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */  
   
 /* Block modes. */  
   
 .display        { } /* Top of all Bd, D1, Dl. */  
 .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 83  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 119  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.6  
changed lines
  Added in v.1.8

CVSweb