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

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

version 1.46, 2019/06/02 16:57:13 version 1.50, 2022/07/03 14:29:45
Line 31  td {  vertical-align: top;
Line 31  td {  vertical-align: top;
 ul, ol, dl {    margin-top: 0em;  ul, ol, dl {    margin-top: 0em;
                 margin-bottom: 0em; }                  margin-bottom: 0em; }
 li, dt {        margin-top: 1em; }  li, dt {        margin-top: 1em; }
   pre {           font-family: inherit; }
   
 .permalink {    border-bottom: thin dotted;  .permalink {    border-bottom: thin dotted;
                 color: inherit;                  color: inherit;
Line 68  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 135  h2.Ss {  margin-top: 1.2em;
Line 135  h2.Ss {  margin-top: 1.2em;
                 vertical-align: top; }                  vertical-align: top; }
 .Bl-tag > dd {  .Bl-tag > dd {
                 clear: right;                  clear: right;
                   column-count: 1;  /* Force block formatting context. */
                 width: 100%;                  width: 100%;
                 margin-top: 0em;                  margin-top: 0em;
                 margin-left: 0em;                  margin-left: 0em;
                 margin-bottom: 0.6em;                  margin-bottom: 0.6em;
                 vertical-align: top;                  vertical-align: top; }
                 overflow: auto; }  
 .Bl-compact {   margin-top: 0em; }  .Bl-compact {   margin-top: 0em; }
 .Bl-compact > dd {  .Bl-compact > dd {
                 margin-bottom: 0em; }                  margin-bottom: 0em; }
Line 194  code.Nm { font-style: normal;
Line 194  code.Nm { font-style: normal;
                 font-family: inherit; }                  font-family: inherit; }
 .Ar {           font-style: italic;  .Ar {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 .Op {           display: inline; }  .Op {           display: inline flow; }
 .Ic {           font-style: normal;  .Ic {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
Line 249  a.In { }
Line 249  a.In { }
   
 /* Physical markup. */  /* Physical markup. */
   
 .Bf {           display: inline; }  .Bf {           display: inline flow; }
 .No {           font-style: normal;  .No {           font-style: normal;
                 font-weight: normal; }                  font-weight: normal; }
 .Em {           font-style: italic;  .Em {           font-style: italic;
Line 266  h1.Sh, h2.Ss { position: relative; }
Line 266  h1.Sh, h2.Ss { position: relative; }
 .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft,  .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft,
 .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs,  .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs,
 .St, .Sx, .Sy, .Va, .Vt, .Xr {  .St, .Sx, .Sy, .Va, .Vt, .Xr {
                 display: inline-block;                  display: inline flow;
                 position: relative; }                  position: relative; }
   
 .An::before {   content: "An"; }  .An::before {   content: "An"; }
Line 337  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.46  
changed lines
  Added in v.1.50

CVSweb