[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.17 and 1.18

version 1.17, 2018/05/26 17:37:47 version 1.18, 2018/05/26 20:04:38
Line 229 
Line 229 
 .Li {           font-style: normal;  .Li {           font-style: normal;
                 font-weight: normal;                  font-weight: normal;
                 font-family: monospace; }                  font-family: monospace; }
   
   /* Overrides to avoid excessive margins on small devices. */
   
   @media (max-width: 37.5em) {
   div.manual-text {
                   margin-left: 0.5em; }
   h1.Sh, h2.Ss {  margin-left: 0em; }
   div.D1 {        margin-left: 2em; }
   dl.Bl-hang > dd {
                   margin-left: 2em; }
   dl.Bl-tag {     margin-left: 2em; }
   dl.Bl-tag > dt {
                   margin-left: -2em; }
   }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18