| Commit message (Expand) | Author | Age | Files | Lines |
* | Support prefers-color-scheme: dark. |  schwarze | 2019-06-02 | 1 | -8/+21 |
* | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements |  schwarze | 2019-03-01 | 1 | -9/+11 |
* | Remove the HTML title= attributes which harmed accessibility and |  schwarze | 2019-01-11 | 1 | -2/+76 |
* | After years of gnashing of teeth, i finally found a way to avoid |  schwarze | 2019-01-10 | 1 | -2/+7 |
* | Restrict "vertical-align: middle;" to <td> descendants of class="tbl" |  schwarze | 2018-12-04 | 1 | -3/+3 |
* | Make sure all borders in a table are drawn in the same color. |  schwarze | 2018-12-04 | 1 | -2/+7 |
* | Implement tbl(7) lines in -T html output, |  schwarze | 2018-11-26 | 1 | -3/+6 |
* | Place mandoc.css into the public domain. |  schwarze | 2018-11-26 | 1 | -1/+6 |
* | Implement horizontal and vertical alignment of tbl(7) cell content |  schwarze | 2018-11-24 | 1 | -2/+2 |
* | Reduce excessive right padding in tagged list heads. |  schwarze | 2018-08-27 | 1 | -2/+2 |
* | Remove more redundant element selectors where the class selector |  schwarze | 2018-07-23 | 1 | -37/+37 |
* | replace the last instances of ex units by em; |  schwarze | 2018-07-23 | 1 | -6/+6 |
* | For -man -Thtml, ignore author-specified .HP widths because they |  schwarze | 2018-06-25 | 1 | -1/+6 |
* | In HTML output, for lists that have an -indent argument, just use |  schwarze | 2018-06-10 | 1 | -3/+3 |
* | John Gardner tells me that among frontend developers, gratuitous use |  schwarze | 2018-05-28 | 1 | -53/+56 |
* | Start with baby steps towards responsive design: |  schwarze | 2018-05-26 | 1 | -1/+15 |
* | Use em units rather than ex units for horizontal lengths. |  schwarze | 2018-05-26 | 1 | -20/+20 |
* | Use <span> for .Ms rather than <b>; discussed with John Gardner. |  schwarze | 2018-05-21 | 1 | -2/+3 |
* | Use <span> for .Ad rather than <i>; also suggested by John Gardner. |  schwarze | 2018-05-21 | 1 | -2/+3 |
* | Use <span> rather than abusing <i> for .Pa; |  schwarze | 2018-05-20 | 1 | -2/+3 |
* | Fix a long-standing issue: |  schwarze | 2018-05-09 | 1 | -3/+4 |
* | Eliminate the class=It-* attributes. |  schwarze | 2018-05-08 | 1 | -18/+26 |
* | Switch the emitted HTML element from <b> to <code> for the fixed |  schwarze | 2018-05-08 | 1 | -9/+25 |
* | replace my vague and idiosyncratic term "selflink" |  schwarze | 2018-04-24 | 1 | -2/+2 |
* | The only elements using floats are dt.It-tag, so the only elements |  schwarze | 2017-07-16 | 1 | -3/+4 |
* | use the same width increase logic for .Bl -hang as for .Bl -tag |  schwarze | 2017-07-15 | 1 | -2/+2 |
* | correct left margins for different classes of definition lists |  schwarze | 2017-07-15 | 1 | -6/+6 |
* | Handle .Bl -compact via CSS rather than writing individual style |  schwarze | 2017-07-14 | 1 | -1/+9 |
* | Port ctags-style, less(1) :t internal searching from terminal output |  schwarze | 2017-03-13 | 1 | -1/+6 |
* | Wrap .St content in a <span class="St">. |  schwarze | 2017-02-05 | 1 | -1/+2 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; |  schwarze | 2017-02-05 | 1 | -6/+11 |
* | for .Rs, use <cite> |  schwarze | 2017-02-05 | 1 | -2/+3 |
* | Add the style sheet used on man.openbsd.org to the source tree. |  schwarze | 2017-01-25 | 1 | -0/+182 |