[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.26

version 1.25, 2018/05/08 21:42:34 version 1.26, 2018/05/09 00:46:10
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; }
Line 216  a.Ux { }
Line 216  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.26

CVSweb