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

Diff for /mandoc/mandoc.css between version 1.23 and 1.24

version 1.23, 2018/04/24 00:36:52 version 1.24, 2018/05/08 17:52:55
Line 145  table.tbl { }
Line 145  table.tbl { }
 /* Semantic markup for command line utilities. */  /* Semantic markup for command line utilities. */
   
 table.Nm { }  table.Nm { }
 b.Nm {          font-style: normal; }  code.Nm {       font-style: normal;
 b.Fl {          font-style: normal; }                  font-weight: bold;
 b.Cm {          font-style: normal; }                  font-family: inherit; }
   code.Fl {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
   code.Cm {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 var.Ar {        font-style: italic;  var.Ar {        font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 span.Op { }  span.Op { }
 b.Ic {          font-style: normal; }  code.Ic {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 code.Ev {       font-style: normal;  code.Ev {       font-style: normal;
                 font-weight: normal;                  font-weight: normal;
                 font-family: monospace; }                  font-family: monospace; }
Line 160  i.Pa {  font-weight: normal; }
Line 168  i.Pa {  font-weight: normal; }
 /* Semantic markup for function libraries. */  /* Semantic markup for function libraries. */
   
 span.Lb { }  span.Lb { }
 b.In {          font-style: normal; }  code.In {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 a.In { }  a.In { }
 b.Fd {          font-style: normal; }  code.Fd {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 var.Ft {        font-style: italic;  var.Ft {        font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 b.Fn {          font-style: normal; }  code.Fn {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 var.Fa {        font-style: italic;  var.Fa {        font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 var.Vt {        font-style: italic;  var.Vt {        font-style: italic;
Line 184  code.Er { font-style: normal;
Line 198  code.Er { font-style: normal;
 span.An { }  span.An { }
 a.Lk { }  a.Lk { }
 a.Mt { }  a.Mt { }
 b.Cd {          font-style: normal; }  code.Cd {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 i.Ad {          font-weight: normal; }  i.Ad {          font-weight: normal; }
 b.Ms {          font-style: normal; }  b.Ms {          font-style: normal; }
 span.St { }  span.St { }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb