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

Diff for /mandoc/mandoc.css between version 1.26 and 1.29

version 1.26, 2018/05/09 00:46:10 version 1.29, 2018/05/21 01:11:31
Line 171  code.Ic { font-style: normal;
Line 171  code.Ic { font-style: normal;
 code.Ev {       font-style: normal;  code.Ev {       font-style: normal;
                 font-weight: normal;                  font-weight: normal;
                 font-family: monospace; }                  font-family: monospace; }
 i.Pa {          font-weight: normal; }  span.Pa {       font-style: italic;
                   font-weight: normal; }
   
 /* Semantic markup for function libraries. */  /* Semantic markup for function libraries. */
   
Line 209  a.Mt { }
Line 210  a.Mt { }
 code.Cd {       font-style: normal;  code.Cd {       font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 i.Ad {          font-weight: normal; }  span.Ad {       font-style: italic;
 b.Ms {          font-style: normal; }                  font-weight: normal; }
   span.Ms {       font-style: normal;
                   font-weight: bold; }
 span.St { }  span.St { }
 a.Ux { }  a.Ux { }
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.29

CVSweb