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

Diff for /mandoc/mandoc.css between version 1.31 and 1.32

version 1.31, 2018/05/26 20:04:41 version 1.32, 2018/05/28 15:39:25
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; }
 div.Nd {        display: inline; }  
   
 table.foot {    width: 100%;  table.foot {    width: 100%;
                 border-top: 1px dotted #808080;                  border-top: 1px dotted #808080;
Line 53  td.foot-os { text-align: right; }
Line 52  td.foot-os { text-align: right; }
   
 div.manual-text {  div.manual-text {
                 margin-left: 3.8em; }                  margin-left: 3.8em; }
 h1.Sh {         margin-top: 2ex;  .Nd {           display: inline; }
   .Sh {           margin-top: 2ex;
                 margin-bottom: 1ex;                  margin-bottom: 1ex;
                 margin-left: -3.2em;                  margin-left: -3.2em;
                 font-size: 110%; }                  font-size: 110%; }
 h2.Ss {         margin-top: 2ex;  .Ss {           margin-top: 2ex;
                 margin-bottom: 1ex;                  margin-bottom: 1ex;
                 margin-left: -1.2em;                  margin-left: -1.2em;
                 font-size: 105%; }                  font-size: 105%; }
 div.Pp {        margin: 1ex 0ex; }  .Pp {           margin: 1ex 0ex; }
 a.Sx { }  .Sx { }
 a.Xr { }  .Xr { }
   
 /* Displays and lists. */  /* Displays and lists. */
   
 div.Bd { }  .Bd { }
 div.D1 {        margin-left: 3.8em; }  .D1 {           margin-left: 3.8em; }
   
 ul.Bl-bullet {  list-style-type: disc;  ul.Bl-bullet {  list-style-type: disc;
                 padding-left: 1em; }                  padding-left: 1em; }
Line 130  table.Bl-column > tbody > tr > td {
Line 130  table.Bl-column > tbody > tr > td {
 table.Bl-compact > tbody > tr > td {  table.Bl-compact > tbody > tr > td {
                 margin-top: 0em; }                  margin-top: 0em; }
   
 cite.Rs {       font-style: normal;  .Rs {           font-style: normal;
                 font-weight: normal; }                  font-weight: normal; }
 span.RsA { }  .RsA { }
 i.RsB {         font-weight: normal; }  .RsB {          font-style: italic;
 span.RsC { }                  font-weight: normal; }
 span.RsD { }  .RsC { }
 i.RsI {         font-weight: normal; }  .RsD { }
 i.RsJ {         font-weight: normal; }  .RsI {          font-style: italic;
 span.RsN { }                  font-weight: normal; }
 span.RsO { }  .RsJ {          font-style: italic;
 span.RsP { }                  font-weight: normal; }
 span.RsQ { }  .RsN { }
 span.RsR { }  .RsO { }
 span.RsT {      text-decoration: underline; }  .RsP { }
 a.RsU { }  .RsQ { }
 span.RsV { }  .RsR { }
   .RsT {          text-decoration: underline; }
   .RsU { }
   .RsV { }
   
 span.eqn { }  .eqn { }
 table.tbl { }  .tbl { }
   
 /* Semantic markup for command line utilities. */  /* Semantic markup for command line utilities. */
   
Line 156  table.Nm { }
Line 159  table.Nm { }
 code.Nm {       font-style: normal;  code.Nm {       font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 code.Fl {       font-style: normal;  .Fl {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 code.Cm {       font-style: normal;  .Cm {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 var.Ar {        font-style: italic;  .Ar {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 div.Op {        display: inline; }  .Op {           display: inline; }
 code.Ic {       font-style: normal;  .Ic {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 code.Ev {       font-style: normal;  .Ev {           font-style: normal;
                 font-weight: normal;                  font-weight: normal;
                 font-family: monospace; }                  font-family: monospace; }
 span.Pa {       font-style: italic;  .Pa {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
   
 /* Semantic markup for function libraries. */  /* Semantic markup for function libraries. */
   
 span.Lb { }  .Lb { }
 code.In {       font-style: normal;  code.In {       font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 a.In { }  a.In { }
 code.Fd {       font-style: normal;  .Fd {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 var.Ft {        font-style: italic;  .Ft {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 code.Fn {       font-style: normal;  .Fn {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 var.Fa {        font-style: italic;  .Fa {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 var.Vt {        font-style: italic;  .Vt {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 var.Va {        font-style: italic;  .Va {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 code.Dv {       font-style: normal;  .Dv {           font-style: normal;
                 font-weight: normal;                  font-weight: normal;
                 font-family: monospace; }                  font-family: monospace; }
 code.Er {       font-style: normal;  .Er {           font-style: normal;
                 font-weight: normal;                  font-weight: normal;
                 font-family: monospace; }                  font-family: monospace; }
   
 /* Various semantic markup. */  /* Various semantic markup. */
   
 span.An { }  .An { }
 a.Lk { }  .Lk { }
 a.Mt { }  .Mt { }
 code.Cd {       font-style: normal;  .Cd {           font-style: normal;
                 font-weight: bold;                  font-weight: bold;
                 font-family: inherit; }                  font-family: inherit; }
 span.Ad {       font-style: italic;  .Ad {           font-style: italic;
                 font-weight: normal; }                  font-weight: normal; }
 span.Ms {       font-style: normal;  .Ms {           font-style: normal;
                 font-weight: bold; }                  font-weight: bold; }
 span.St { }  .St { }
 a.Ux { }  .Ux { }
   
 /* Physical markup. */  /* Physical markup. */
   
Line 235  a.Ux { }
Line 238  a.Ux { }
 @media (max-width: 37.5em) {  @media (max-width: 37.5em) {
 div.manual-text {  div.manual-text {
                 margin-left: 0.5em; }                  margin-left: 0.5em; }
 h1.Sh, h2.Ss {  margin-left: 0em; }  .Sh, .Ss {      margin-left: 0em; }
 div.D1 {        margin-left: 2em; }  .D1 {           margin-left: 2em; }
 dl.Bl-hang > dd {  dl.Bl-hang > dd {
                 margin-left: 2em; }                  margin-left: 2em; }
 dl.Bl-tag {     margin-left: 2em; }  dl.Bl-tag {     margin-left: 2em; }

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb