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

Diff for /mandoc/mandoc.css between version 1.50 and 1.51

version 1.50, 2022/07/03 14:29:45 version 1.51, 2022/07/05 21:25:29
Line 53  table.results { margin-top: 1em;
Line 53  table.results { margin-top: 1em;
   
 /* Header and footer lines. */  /* Header and footer lines. */
   
 table.head {    width: 100%;  div[role=doc-pageheader] {
                   display: flex;
                 border-bottom: 1px dotted #808080;                  border-bottom: 1px dotted #808080;
                 margin-bottom: 1em;                  margin-bottom: 1em;
                 font-size: smaller; }                  font-size: smaller; }
 td.head-vol {   text-align: center; }  .head-ltitle {  flex: 1; }
 td.head-rtitle {  .head-vol {     flex: 0 1 auto;
                   text-align: center; }
   .head-rtitle {  flex: 1;
                 text-align: right; }                  text-align: right; }
   
 table.foot {    width: 100%;  div[role=doc-pagefooter] {
                   display: flex;
                   justify-content: space-between;
                 border-top: 1px dotted #808080;                  border-top: 1px dotted #808080;
                 margin-top: 1em;                  margin-top: 1em;
                 font-size: smaller; }                  font-size: smaller; }
 td.foot-os {    text-align: right; }  .foot-left {    flex: 1; }
   .foot-date {    flex: 0 1 auto;
                   text-align: center; }
   .foot-os {      flex: 1;
                   text-align: right; }
   
 /* Sections and paragraphs. */  /* Sections and paragraphs. */
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

CVSweb