]> git.cameronkatri.com Git - mandoc.git/history - mandoc.css
Do not leak 64 bytes of heap memory every time a manual page calls
[mandoc.git] / mandoc.css
2021-03-30 Ingo SchwarzeIn HTML output, correctly render .Bd -unfilled in propo...
2020-10-30 Ingo SchwarzeFinally get rid of the "overflow: auto" property of...
2019-06-02 Ingo SchwarzeSupport prefers-color-scheme: dark.
2019-03-01 Ingo SchwarzeWrap .Sh/.SH sections and .Ss/.SS subsections in HTML...
2019-01-11 Ingo SchwarzeRemove the HTML title= attributes which harmed accessib...
2019-01-10 Ingo SchwarzeAfter years of gnashing of teeth, i finally found a...
2018-12-04 Ingo SchwarzeRestrict "vertical-align: middle;" to <td> descendants...
2018-12-04 Ingo SchwarzeMake sure all borders in a table are drawn in the same...
2018-11-26 Ingo SchwarzeImplement tbl(7) lines in -T html output,
2018-11-26 Ingo SchwarzePlace mandoc.css into the public domain.
2018-11-24 Ingo SchwarzeImplement horizontal and vertical alignment of tbl...
2018-08-27 Ingo SchwarzeReduce excessive right padding in tagged list heads.
2018-07-23 Ingo SchwarzeRemove more redundant element selectors where the class...
2018-07-23 Ingo Schwarzereplace the last instances of ex units by em;
2018-06-25 Ingo SchwarzeFor -man -Thtml, ignore author-specified .HP widths...
2018-06-10 Ingo SchwarzeIn HTML output, for lists that have an -indent argument...
2018-05-28 Ingo SchwarzeJohn Gardner tells me that among frontend developers...
2018-05-26 Ingo SchwarzeStart with baby steps towards responsive design:
2018-05-26 Ingo SchwarzeUse em units rather than ex units for horizontal lengths.
2018-05-21 Ingo SchwarzeUse <span> for .Ms rather than <b>; discussed with...
2018-05-21 Ingo SchwarzeUse <span> for .Ad rather than <i>; also suggested...
2018-05-21 Ingo SchwarzeUse <span> rather than abusing <i> for .Pa;
2018-05-09 Ingo SchwarzeFix a long-standing issue:
2018-05-08 Ingo SchwarzeEliminate the class=It-* attributes.
2018-05-08 Ingo SchwarzeSwitch the emitted HTML element from <b> to <code>...
2018-04-24 Ingo Schwarzereplace my vague and idiosyncratic term "selflink"
2017-07-16 Ingo SchwarzeThe only elements using floats are dt.It-tag,
2017-07-15 Ingo Schwarzeuse the same width increase logic for .Bl -hang as...
2017-07-15 Ingo Schwarzecorrect left margins for different classes of definitio...
2017-07-14 Ingo SchwarzeHandle .Bl -compact via CSS rather than writing individ...
2017-03-13 Ingo SchwarzePort ctags-style, less(1) :t internal searching from...
2017-02-05 Ingo SchwarzeWrap .St content in a <span class="St">.
2017-02-05 Ingo Schwarzemark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather...
2017-02-05 Ingo Schwarzefor .Rs, use <cite>
2017-01-25 Ingo SchwarzeImprove HTML formatting of .Bl -tag.
2017-01-21 Ingo Schwarzeslightly simplify header and footer styles
2017-01-21 Ingo SchwarzeAvoid writing constant style attributes over and over...
2017-01-21 Ingo Schwarzeclean up the remaining class attributes
2017-01-20 Ingo SchwarzeStandardize class attributes for semantic macros.
2017-01-20 Ingo Schwarzestandardize .Rs class attributes
2017-01-20 Ingo Schwarzestandardize .Bl and .It class attributes
2017-01-19 Ingo Schwarzeclean up markup of .Bd, .D1, .Dl, .Li, and .Ql;
2017-01-19 Ingo Schwarzeclean up .Sx and .Xr HTML markup
2017-01-19 Ingo SchwarzeClean up CSS rules for sections and paragraphs.
2017-01-19 Ingo SchwarzeClean up and fix rules for header and footer lines.
2017-01-19 Ingo SchwarzeStart cleanup: trim useless HTML comments, <div> elements,
2016-04-13 Ingo Schwarzefix error page indentation:
2015-11-05 Ingo SchwarzeUnify the three stylesheets into a single CSS file.