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

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

version 1.49, 2022/03/17 18:45:49 version 1.50, 2022/07/03 14:29:45
Line 69  td.foot-os { text-align: right; }
Line 69  td.foot-os { text-align: right; }
   
 /* Sections and paragraphs. */  /* Sections and paragraphs. */
   
 .manual-text {  main {          margin-left: 3.8em; }
                 margin-left: 3.8em; }  
 .Nd { }  .Nd { }
 section.Sh { }  section.Sh { }
 h1.Sh {         margin-top: 1.2em;  h1.Sh {         margin-top: 1.2em;
Line 338  h1.Sh::before, h2.Ss::before, .St::before, .Sx::before
Line 337  h1.Sh::before, h2.Ss::before, .St::before, .Sx::before
 /* Overrides to avoid excessive margins on small devices. */  /* Overrides to avoid excessive margins on small devices. */
   
 @media (max-width: 37.5em) {  @media (max-width: 37.5em) {
 .manual-text {  main {          margin-left: 0.5em; }
                 margin-left: 0.5em; }  
 h1.Sh, h2.Ss {  margin-left: 0em; }  h1.Sh, h2.Ss {  margin-left: 0em; }
 .Bd-indent {    margin-left: 2em; }  .Bd-indent {    margin-left: 2em; }
 .Bl-hang > dd {  .Bl-hang > dd {

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

CVSweb