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

Diff for /mandoc/mandoc.css between version 1.20 and 1.24

version 1.20, 2017/07/15 16:35:52 version 1.24, 2018/05/08 17:52:55
Line 14  ul, ol, dl { margin-top: 0em;
Line 14  ul, ol, dl { margin-top: 0em;
                 margin-bottom: 0em; }                  margin-bottom: 0em; }
 li, dt {        margin-top: 1em; }  li, dt {        margin-top: 1em; }
   
 a.selflink {    border-bottom: thin dotted;  a.permalink {   border-bottom: thin dotted;
                 color: inherit;                  color: inherit;
                 font: inherit;                  font: inherit;
                 text-decoration: inherit; }                  text-decoration: inherit; }
   * {             clear: both }
   
 /* Search form and search results. */  /* Search form and search results. */
   
Line 93  dd.It-diag { margin-left: 0ex; }
Line 94  dd.It-diag { margin-left: 0ex; }
 b.It-diag {     font-style: normal; }  b.It-diag {     font-style: normal; }
 dl.Bl-hang { }  dl.Bl-hang { }
 dt.It-hang { }  dt.It-hang { }
 dd.It-hang {    margin-left: 5ex; }  dd.It-hang {    margin-left: 10.2ex; }
 dl.Bl-inset { }  dl.Bl-inset { }
 dt.It-inset { }  dt.It-inset { }
 dd.It-inset {   margin-left: 0ex; }  dd.It-inset {   margin-left: 0ex; }
Line 102  dt.It-ohang { }
Line 103  dt.It-ohang { }
 dd.It-ohang {   margin-left: 0ex; }  dd.It-ohang {   margin-left: 0ex; }
 dl.Bl-tag {     margin-left: 10.2ex; }  dl.Bl-tag {     margin-left: 10.2ex; }
 dt.It-tag {     float: left;  dt.It-tag {     float: left;
                 clear: both;  
                 margin-top: 0ex;                  margin-top: 0ex;
                 margin-left: -10.2ex;                  margin-left: -10.2ex;
                 padding-right: 2ex;                  padding-right: 2ex;
                 vertical-align: top; }                  vertical-align: top; }
 dd.It-tag {     width: 100%;  dd.It-tag {     clear: right;
                   width: 100%;
                 margin-top: 0ex;                  margin-top: 0ex;
                 margin-left: 0ex;                  margin-left: 0ex;
                 vertical-align: top;                  vertical-align: top;
Line 144  table.tbl { }
Line 145  table.tbl { }
 /* Semantic markup for command line utilities. */  /* Semantic markup for command line utilities. */
   
 table.Nm { }  table.Nm { }
 b.Nm {          font-style: normal; }  code.Nm {       font-style: normal;
 b.Fl {          font-style: normal; }                  font-weight: bold;
 b.Cm {          font-style: normal; }                  font-family: inherit; }
   code.Fl {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
   code.Cm {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 var.Ar {        font-style: italic;  var.Ar {        font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 span.Op { }  span.Op { }
 b.Ic {          font-style: normal; }  code.Ic {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 code.Ev {       font-style: normal;  code.Ev {       font-style: normal;
                 font-weight: normal;                  font-weight: normal;
                 font-family: monospace; }                  font-family: monospace; }
Line 159  i.Pa {  font-weight: normal; }
Line 168  i.Pa {  font-weight: normal; }
 /* Semantic markup for function libraries. */  /* Semantic markup for function libraries. */
   
 span.Lb { }  span.Lb { }
 b.In {          font-style: normal; }  code.In {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 a.In { }  a.In { }
 b.Fd {          font-style: normal; }  code.Fd {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 var.Ft {        font-style: italic;  var.Ft {        font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 b.Fn {          font-style: normal; }  code.Fn {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 var.Fa {        font-style: italic;  var.Fa {        font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 var.Vt {        font-style: italic;  var.Vt {        font-style: italic;
Line 183  code.Er { font-style: normal;
Line 198  code.Er { font-style: normal;
 span.An { }  span.An { }
 a.Lk { }  a.Lk { }
 a.Mt { }  a.Mt { }
 b.Cd {          font-style: normal; }  code.Cd {       font-style: normal;
                   font-weight: bold;
                   font-family: inherit; }
 i.Ad {          font-weight: normal; }  i.Ad {          font-weight: normal; }
 b.Ms {          font-style: normal; }  b.Ms {          font-style: normal; }
 span.St { }  span.St { }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.24

CVSweb