=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.css,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/mandoc/mandoc.css 2018/05/26 20:04:38 1.18 --- src/usr.bin/mandoc/mandoc.css 2018/05/28 15:39:20 1.19 *************** *** 1,4 **** ! /* $OpenBSD: mandoc.css,v 1.18 2018/05/26 20:04:38 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ --- 1,4 ---- ! /* $OpenBSD: mandoc.css,v 1.19 2018/05/28 15:39:20 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ *************** *** 41,47 **** td.head-vol { text-align: center; } td.head-rtitle { text-align: right; } - div.Nd { display: inline; } table.foot { width: 100%; border-top: 1px dotted #808080; --- 41,46 ---- *************** *** 53,74 **** div.manual-text { margin-left: 3.8em; } ! h1.Sh { margin-top: 2ex; margin-bottom: 1ex; margin-left: -3.2em; font-size: 110%; } ! h2.Ss { margin-top: 2ex; margin-bottom: 1ex; margin-left: -1.2em; font-size: 105%; } ! div.Pp { margin: 1ex 0ex; } ! a.Sx { } ! a.Xr { } /* Displays and lists. */ ! div.Bd { } ! div.D1 { margin-left: 3.8em; } ul.Bl-bullet { list-style-type: disc; padding-left: 1em; } --- 52,74 ---- div.manual-text { margin-left: 3.8em; } ! .Nd { display: inline; } ! .Sh { margin-top: 2ex; margin-bottom: 1ex; margin-left: -3.2em; font-size: 110%; } ! .Ss { margin-top: 2ex; margin-bottom: 1ex; margin-left: -1.2em; font-size: 105%; } ! .Pp { margin: 1ex 0ex; } ! .Sx { } ! .Xr { } /* Displays and lists. */ ! .Bd { } ! .D1 { margin-left: 3.8em; } ul.Bl-bullet { list-style-type: disc; padding-left: 1em; } *************** *** 130,154 **** table.Bl-compact > tbody > tr > td { margin-top: 0em; } ! cite.Rs { font-style: normal; font-weight: normal; } ! span.RsA { } ! i.RsB { font-weight: normal; } ! span.RsC { } ! span.RsD { } ! i.RsI { font-weight: normal; } ! i.RsJ { font-weight: normal; } ! span.RsN { } ! span.RsO { } ! span.RsP { } ! span.RsQ { } ! span.RsR { } ! span.RsT { text-decoration: underline; } ! a.RsU { } ! span.RsV { } ! span.eqn { } ! table.tbl { } /* Semantic markup for command line utilities. */ --- 130,157 ---- table.Bl-compact > tbody > tr > td { margin-top: 0em; } ! .Rs { font-style: normal; font-weight: normal; } ! .RsA { } ! .RsB { font-style: italic; ! font-weight: normal; } ! .RsC { } ! .RsD { } ! .RsI { font-style: italic; ! font-weight: normal; } ! .RsJ { font-style: italic; ! font-weight: normal; } ! .RsN { } ! .RsO { } ! .RsP { } ! .RsQ { } ! .RsR { } ! .RsT { text-decoration: underline; } ! .RsU { } ! .RsV { } ! .eqn { } ! .tbl { } /* Semantic markup for command line utilities. */ *************** *** 156,221 **** code.Nm { font-style: normal; font-weight: bold; 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; font-weight: normal; } ! div.Op { display: inline; } ! code.Ic { font-style: normal; font-weight: bold; font-family: inherit; } ! code.Ev { font-style: normal; font-weight: normal; font-family: monospace; } ! span.Pa { font-style: italic; font-weight: normal; } /* Semantic markup for function libraries. */ ! span.Lb { } code.In { font-style: normal; font-weight: bold; font-family: inherit; } a.In { } ! code.Fd { font-style: normal; font-weight: bold; font-family: inherit; } ! var.Ft { font-style: italic; font-weight: normal; } ! code.Fn { font-style: normal; font-weight: bold; font-family: inherit; } ! var.Fa { font-style: italic; font-weight: normal; } ! var.Vt { font-style: italic; font-weight: normal; } ! var.Va { font-style: italic; font-weight: normal; } ! code.Dv { font-style: normal; font-weight: normal; font-family: monospace; } ! code.Er { font-style: normal; font-weight: normal; font-family: monospace; } /* Various semantic markup. */ ! span.An { } ! a.Lk { } ! a.Mt { } ! code.Cd { font-style: normal; font-weight: bold; font-family: inherit; } ! span.Ad { font-style: italic; font-weight: normal; } ! span.Ms { font-style: normal; font-weight: bold; } ! span.St { } ! a.Ux { } /* Physical markup. */ --- 159,224 ---- code.Nm { font-style: normal; font-weight: bold; font-family: inherit; } ! .Fl { font-style: normal; font-weight: bold; font-family: inherit; } ! .Cm { font-style: normal; font-weight: bold; font-family: inherit; } ! .Ar { font-style: italic; font-weight: normal; } ! .Op { display: inline; } ! .Ic { font-style: normal; font-weight: bold; font-family: inherit; } ! .Ev { font-style: normal; font-weight: normal; font-family: monospace; } ! .Pa { font-style: italic; font-weight: normal; } /* Semantic markup for function libraries. */ ! .Lb { } code.In { font-style: normal; font-weight: bold; font-family: inherit; } a.In { } ! .Fd { font-style: normal; font-weight: bold; font-family: inherit; } ! .Ft { font-style: italic; font-weight: normal; } ! .Fn { font-style: normal; font-weight: bold; font-family: inherit; } ! .Fa { font-style: italic; font-weight: normal; } ! .Vt { font-style: italic; font-weight: normal; } ! .Va { font-style: italic; font-weight: normal; } ! .Dv { font-style: normal; font-weight: normal; font-family: monospace; } ! .Er { font-style: normal; font-weight: normal; font-family: monospace; } /* Various semantic markup. */ ! .An { } ! .Lk { } ! .Mt { } ! .Cd { font-style: normal; font-weight: bold; font-family: inherit; } ! .Ad { font-style: italic; font-weight: normal; } ! .Ms { font-style: normal; font-weight: bold; } ! .St { } ! .Ux { } /* Physical markup. */ *************** *** 235,242 **** @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; } --- 238,245 ---- @media (max-width: 37.5em) { div.manual-text { margin-left: 0.5em; } ! .Sh, .Ss { margin-left: 0em; } ! .D1 { margin-left: 2em; } dl.Bl-hang > dd { margin-left: 2em; } dl.Bl-tag { margin-left: 2em; }