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

Diff for /mandoc/mandoc.css between version 1.22 and 1.27

version 1.22, 2017/07/16 18:45:00 version 1.27, 2018/05/21 00:00:37
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; }
Line 41  table.head { width: 100%;
Line 41  table.head { width: 100%;
 td.head-vol {   text-align: center; }  td.head-vol {   text-align: center; }
 td.head-rtitle {  td.head-rtitle {
                 text-align: right; }                  text-align: right; }
 span.Nd { }  div.Nd {        display: inline; }
   
 table.foot {    width: 100%;  table.foot {    width: 100%;
                 border-top: 1px dotted #808080;                  border-top: 1px dotted #808080;
Line 72  div.D1 { margin-left: 5ex; }
Line 72  div.D1 { margin-left: 5ex; }
   
 ul.Bl-bullet {  list-style-type: disc;  ul.Bl-bullet {  list-style-type: disc;
                 padding-left: 1em; }                  padding-left: 1em; }
 li.It-bullet { }  ul.Bl-bullet > li { }
 ul.Bl-dash {    list-style-type: none;  ul.Bl-dash {    list-style-type: none;
                 padding-left: 0em; }                  padding-left: 0em; }
 li.It-dash:before {  ul.Bl-dash > li:before {
                 content: "\2014  "; }                  content: "\2014  "; }
 ul.Bl-item {    list-style-type: none;  ul.Bl-item {    list-style-type: none;
                 padding-left: 0em; }                  padding-left: 0em; }
 li.It-item { }  ul.Bl-item > li { }
 ul.Bl-compact > li {  ul.Bl-compact > li {
                 margin-top: 0ex; }                  margin-top: 0ex; }
   
 ol.Bl-enum {    padding-left: 2em; }  ol.Bl-enum {    padding-left: 2em; }
 li.It-enum { }  ol.Bl-enum > li { }
 ol.Bl-compact > li {  ol.Bl-compact > li {
                 margin-top: 0ex; }                  margin-top: 0ex; }
   
 dl.Bl-diag { }  dl.Bl-diag { }
 dt.It-diag { }  dl.Bl-diag > dt {
 dd.It-diag {    margin-left: 0ex; }                  font-style: normal;
 b.It-diag {     font-style: normal; }                  font-weight: bold; }
   dl.Bl-diag > dd {
                   margin-left: 0ex; }
 dl.Bl-hang { }  dl.Bl-hang { }
 dt.It-hang { }  dl.Bl-hang > dt { }
 dd.It-hang {    margin-left: 10.2ex; }  dl.Bl-hang > dd {
                   margin-left: 10.2ex; }
 dl.Bl-inset { }  dl.Bl-inset { }
 dt.It-inset { }  dl.Bl-inset > dt { }
 dd.It-inset {   margin-left: 0ex; }  dl.Bl-inset > dd {
                   margin-left: 0ex; }
 dl.Bl-ohang { }  dl.Bl-ohang { }
 dt.It-ohang { }  dl.Bl-ohang > dt { }
 dd.It-ohang {   margin-left: 0ex; }  dl.Bl-ohang > dd {
                   margin-left: 0ex; }
 dl.Bl-tag {     margin-left: 10.2ex; }  dl.Bl-tag {     margin-left: 10.2ex; }
 dt.It-tag {     float: left;  dl.Bl-tag > dt {
                   float: left;
                 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 {     clear: right;  dl.Bl-tag > dd {
                   clear: right;
                 width: 100%;                  width: 100%;
                 margin-top: 0ex;                  margin-top: 0ex;
                 margin-left: 0ex;                  margin-left: 0ex;
Line 117  dl.Bl-compact > dt {
Line 124  dl.Bl-compact > dt {
                 margin-top: 0ex; }                  margin-top: 0ex; }
   
 table.Bl-column { }  table.Bl-column { }
 tr.It-column { }  table.Bl-column > tbody > tr { }
 td.It-column {  margin-top: 1em; }  table.Bl-column > tbody > tr > td {
                   margin-top: 1em; }
 table.Bl-compact > tbody > tr > td {  table.Bl-compact > tbody > tr > td {
                 margin-top: 0ex; }                  margin-top: 0ex; }
   
Line 145  table.tbl { }
Line 153  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 { }  div.Op {        display: inline; }
 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; }
 i.Pa {          font-weight: normal; }  span.Pa {       font-style: italic;
                   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 184  code.Er { font-style: normal;
Line 207  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 { }
Line 192  a.Ux { }
Line 217  a.Ux { }
   
 /* Physical markup. */  /* Physical markup. */
   
   .Bf {           display: inline; }
 .No {           font-style: normal;  .No {           font-style: normal;
                 font-weight: normal; }                  font-weight: normal; }
 .Em {           font-style: italic;  .Em {           font-style: italic;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.27

CVSweb