[BACK]Return to mandoc.css CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mandoc.css between version 1.28 and 1.29

version 1.28, 2018/12/04 05:20:14 version 1.29, 2018/12/04 06:11:44
Line 19 
Line 19 
  * but not for table, resulting in inconsistent border styling. */   * but not for table, resulting in inconsistent border styling. */
 tbody {         border-color: inherit; }  tbody {         border-color: inherit; }
 tr {            border-color: inherit; }  tr {            border-color: inherit; }
 td {            vertical-align: middle;  td {            vertical-align: top;
                 padding-left: 0.2em;                  padding-left: 0.2em;
                 padding-right: 0.2em;                  padding-right: 0.2em;
                 border-color: inherit; }                  border-color: inherit; }
Line 164 
Line 164 
 .RsV { }  .RsV { }
   
 .eqn { }  .eqn { }
 .tbl { }  .tbl td {       vertical-align: middle; }
   
 .HP {           margin-left: 3.8em;  .HP {           margin-left: 3.8em;
                 text-indent: -3.8em; }                  text-indent: -3.8em; }

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