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

Diff for /mandoc/mandoc.css between version 1.48 and 1.49

version 1.48, 2021/03/30 19:26:20 version 1.49, 2022/03/17 18:45:49
Line 195  code.Nm { font-style: normal;
Line 195  code.Nm { font-style: normal;
                 font-family: inherit; }                  font-family: inherit; }
 .Ar {           font-style: italic;  .Ar {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 .Op {           display: inline; }  .Op {           display: inline flow; }
 .Ic {           font-style: normal;  .Ic {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
Line 250  a.In { }
Line 250  a.In { }
   
 /* Physical markup. */  /* Physical markup. */
   
 .Bf {           display: inline; }  .Bf {           display: inline flow; }
 .No {           font-style: normal;  .No {           font-style: normal;
                 font-weight: normal; }                  font-weight: normal; }
 .Em {           font-style: italic;  .Em {           font-style: italic;
Line 267  h1.Sh, h2.Ss { position: relative; }
Line 267  h1.Sh, h2.Ss { position: relative; }
 .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft,  .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft,
 .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs,  .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs,
 .St, .Sx, .Sy, .Va, .Vt, .Xr {  .St, .Sx, .Sy, .Va, .Vt, .Xr {
                 display: inline-block;                  display: inline flow;
                 position: relative; }                  position: relative; }
   
 .An::before {   content: "An"; }  .An::before {   content: "An"; }

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb