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