| Commit message (Expand) | Author | Age | Files | Lines |
* | While the HTML standard allows multiple <h1> elements in the same | Ingo Schwarze | 2022-07-06 | 1 | -9/+9 |
* | Finally get rid of the archaic <table> markup for header and footer lines | Ingo Schwarze | 2022-07-05 | 1 | -5/+14 |
* | Instead of the custom <div class="manual-text">, use the standard | Ingo Schwarze | 2022-07-03 | 1 | -4/+2 |
* | Avoid legacy CSS2 syntax for the "display" property and use the CSS3 | Ingo Schwarze | 2022-03-17 | 1 | -3/+3 |
* | In HTML output, correctly render .Bd -unfilled in proportionally-spaced | Ingo Schwarze | 2021-03-30 | 1 | -0/+1 |
* | Finally get rid of the "overflow: auto" property of ".Bl-tag > dd" | Ingo Schwarze | 2020-10-30 | 1 | -2/+2 |
* | Support prefers-color-scheme: dark. | Ingo Schwarze | 2019-06-02 | 1 | -7/+20 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements | Ingo Schwarze | 2019-03-01 | 1 | -8/+10 |
* | Remove the HTML title= attributes which harmed accessibility and | Ingo Schwarze | 2019-01-11 | 1 | -1/+75 |
* | After years of gnashing of teeth, i finally found a way to avoid | Ingo Schwarze | 2019-01-10 | 1 | -1/+6 |
* | Restrict "vertical-align: middle;" to <td> descendants of class="tbl" | Ingo Schwarze | 2018-12-04 | 1 | -2/+2 |
* | Make sure all borders in a table are drawn in the same color. | Ingo Schwarze | 2018-12-04 | 1 | -1/+6 |
* | Implement tbl(7) lines in -T html output, | Ingo Schwarze | 2018-11-26 | 1 | -2/+5 |
* | Place mandoc.css into the public domain. | Ingo Schwarze | 2018-11-26 | 1 | -0/+5 |
* | Implement horizontal and vertical alignment of tbl(7) cell content | Ingo Schwarze | 2018-11-24 | 1 | -1/+1 |
* | Reduce excessive right padding in tagged list heads. | Ingo Schwarze | 2018-08-27 | 1 | -1/+1 |
* | Remove more redundant element selectors where the class selector | Ingo Schwarze | 2018-07-23 | 1 | -36/+36 |
* | replace the last instances of ex units by em; | Ingo Schwarze | 2018-07-23 | 1 | -5/+5 |
* | For -man -Thtml, ignore author-specified .HP widths because they | Ingo Schwarze | 2018-06-25 | 1 | -0/+5 |
* | In HTML output, for lists that have an -indent argument, just use | Ingo Schwarze | 2018-06-10 | 1 | -2/+2 |
* | John Gardner tells me that among frontend developers, gratuitous use | Ingo Schwarze | 2018-05-28 | 1 | -52/+55 |
* | Start with baby steps towards responsive design: | Ingo Schwarze | 2018-05-26 | 1 | -0/+14 |
* | Use em units rather than ex units for horizontal lengths. | Ingo Schwarze | 2018-05-26 | 1 | -19/+19 |
* | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -1/+2 |
* | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze | 2018-05-21 | 1 | -1/+2 |
* | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze | 2018-05-21 | 1 | -1/+2 |
* | Fix a long-standing issue: | Ingo Schwarze | 2018-05-09 | 1 | -2/+3 |
* | Eliminate the class=It-* attributes. | Ingo Schwarze | 2018-05-08 | 1 | -17/+25 |
* | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze | 2018-05-08 | 1 | -8/+24 |
* | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze | 2018-04-24 | 1 | -1/+1 |
* | The only elements using floats are dt.It-tag, | Ingo Schwarze | 2017-07-16 | 1 | -2/+3 |
* | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze | 2017-07-15 | 1 | -1/+1 |
* | correct left margins for different classes of definition lists | Ingo Schwarze | 2017-07-15 | 1 | -5/+5 |
* | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze | 2017-07-14 | 1 | -0/+8 |
* | Port ctags-style, less(1) :t internal searching from terminal output | Ingo Schwarze | 2017-03-13 | 1 | -0/+5 |
* | Wrap .St content in a <span class="St">. | Ingo Schwarze | 2017-02-05 | 1 | -0/+1 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze | 2017-02-05 | 1 | -5/+10 |
* | for .Rs, use <cite> | Ingo Schwarze | 2017-02-05 | 1 | -1/+2 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 1 | -3/+12 |
* | slightly simplify header and footer styles | Ingo Schwarze | 2017-01-21 | 1 | -7/+6 |
* | Avoid writing constant style attributes over and over again. | Ingo Schwarze | 2017-01-21 | 1 | -3/+6 |
* | clean up the remaining class attributes | Ingo Schwarze | 2017-01-21 | 1 | -26/+13 |
* | Standardize class attributes for semantic macros. | Ingo Schwarze | 2017-01-20 | 1 | -25/+41 |
* | standardize .Rs class attributes | Ingo Schwarze | 2017-01-20 | 1 | -15/+16 |
* | standardize .Bl and .It class attributes | Ingo Schwarze | 2017-01-20 | 1 | -46/+35 |
* | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze | 2017-01-19 | 1 | -3/+11 |
* | clean up .Sx and .Xr HTML markup | Ingo Schwarze | 2017-01-19 | 1 | -3/+2 |
* | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze | 2017-01-19 | 1 | -7/+13 |
* | Clean up and fix rules for header and footer lines. | Ingo Schwarze | 2017-01-19 | 1 | -12/+21 |
* | Start cleanup: trim useless HTML comments, <div> elements, | Ingo Schwarze | 2017-01-19 | 1 | -22/+19 |