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

Diff for /mandoc/mandoc.css between version 1.1 and 1.2

version 1.1, 2015/11/05 17:47:51 version 1.2, 2016/04/13 10:19:23
Line 24  body > div.results  { font-size: smaller; }
Line 24  body > div.results  { font-size: smaller; }
 #mancgi input[name=expr]        { width: 25%; }  #mancgi input[name=expr]        { width: 25%; }
 .results td.title               { vertical-align: top;  .results td.title               { vertical-align: top;
                                   padding-right: 1em; }                                    padding-right: 1em; }
 h1              { margin-bottom: 1ex; font-size: 110%; margin-left: -4ex; } /* Section header (Sh, SH). */  h1              { margin-bottom: 1ex; font-size: 110% }
   div.section > h1 { margin-left: -4ex; } /* Section header (Sh, SH). */
 h2              { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */  h2              { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
 table           { width: 100%; margin-top: 0ex; margin-bottom: 0ex; } /* All tables. */  table           { width: 100%; margin-top: 0ex; margin-bottom: 0ex; } /* All tables. */
 td              { vertical-align: top; } /* All table cells. */  td              { vertical-align: top; } /* All table cells. */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb