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

Diff for /mandoc/mandoc.css between version 1.25 and 1.27

version 1.25, 2018/05/08 21:42:34 version 1.27, 2018/05/21 00:00:37
Line 41  table.head { width: 100%;
Line 41  table.head { width: 100%;
 td.head-vol {   text-align: center; }  td.head-vol {   text-align: center; }
 td.head-rtitle {  td.head-rtitle {
                 text-align: right; }                  text-align: right; }
 span.Nd { }  div.Nd {        display: inline; }
   
 table.foot {    width: 100%;  table.foot {    width: 100%;
                 border-top: 1px dotted #808080;                  border-top: 1px dotted #808080;
Line 164  code.Cm { font-style: normal;
Line 164  code.Cm { font-style: normal;
                 font-family: inherit; }                  font-family: inherit; }
 var.Ar {        font-style: italic;  var.Ar {        font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 span.Op { }  div.Op {        display: inline; }
 code.Ic {       font-style: normal;  code.Ic {       font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  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; }
 i.Pa {          font-weight: normal; }  span.Pa {       font-style: italic;
                   font-weight: normal; }
   
 /* Semantic markup for function libraries. */  /* Semantic markup for function libraries. */
   
Line 216  a.Ux { }
Line 217  a.Ux { }
   
 /* Physical markup. */  /* Physical markup. */
   
   .Bf {           display: inline; }
 .No {           font-style: normal;  .No {           font-style: normal;
                 font-weight: normal; }                  font-weight: normal; }
 .Em {           font-style: italic;  .Em {           font-style: italic;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.27

CVSweb