aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.css
Commit message (Expand)AuthorAgeFilesLines
* In HTML output, correctly render .Bd -unfilled in proportionally-spacedIngo Schwarze2021-03-301-1/+2
* Finally get rid of the "overflow: auto" property of ".Bl-tag > dd"Ingo Schwarze2020-10-301-3/+3
* Support prefers-color-scheme: dark.Ingo Schwarze2019-06-021-8/+21
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsIngo Schwarze2019-03-011-9/+11
* Remove the HTML title= attributes which harmed accessibility andIngo Schwarze2019-01-111-2/+76
* After years of gnashing of teeth, i finally found a way to avoidIngo Schwarze2019-01-101-2/+7
* Restrict "vertical-align: middle;" to <td> descendants of class="tbl"Ingo Schwarze2018-12-041-3/+3
* Make sure all borders in a table are drawn in the same color.Ingo Schwarze2018-12-041-2/+7
* Implement tbl(7) lines in -T html output,Ingo Schwarze2018-11-261-3/+6
* Place mandoc.css into the public domain.Ingo Schwarze2018-11-261-1/+6
* Implement horizontal and vertical alignment of tbl(7) cell contentIngo Schwarze2018-11-241-2/+2
* Reduce excessive right padding in tagged list heads.Ingo Schwarze2018-08-271-2/+2
* Remove more redundant element selectors where the class selectorIngo Schwarze2018-07-231-37/+37
* replace the last instances of ex units by em;Ingo Schwarze2018-07-231-6/+6
* For -man -Thtml, ignore author-specified .HP widths because theyIngo Schwarze2018-06-251-1/+6
* In HTML output, for lists that have an -indent argument, just useIngo Schwarze2018-06-101-3/+3
* John Gardner tells me that among frontend developers, gratuitous useIngo Schwarze2018-05-281-53/+56
* Start with baby steps towards responsive design:Ingo Schwarze2018-05-261-1/+15
* Use em units rather than ex units for horizontal lengths.Ingo Schwarze2018-05-261-20/+20
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-211-2/+3
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-211-2/+3
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-211-2/+3
* Fix a long-standing issue:Ingo Schwarze2018-05-091-3/+4
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-081-18/+26
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-081-9/+25
* replace my vague and idiosyncratic term "selflink"Ingo Schwarze2018-04-241-2/+2
* The only elements using floats are dt.It-tag,Ingo Schwarze2017-07-161-3/+4
* use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze2017-07-151-2/+2
* correct left margins for different classes of definition listsIngo Schwarze2017-07-151-6/+6
* Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze2017-07-141-1/+9
* Port ctags-style, less(1) :t internal searching from terminal outputIngo Schwarze2017-03-131-1/+6
* Wrap .St content in a <span class="St">.Ingo Schwarze2017-02-051-1/+2
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;Ingo Schwarze2017-02-051-6/+11
* for .Rs, use <cite>Ingo Schwarze2017-02-051-2/+3
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-251-4/+13
* slightly simplify header and footer stylesIngo Schwarze2017-01-211-8/+7
* Avoid writing constant style attributes over and over again.Ingo Schwarze2017-01-211-4/+7
* clean up the remaining class attributesIngo Schwarze2017-01-211-27/+14
* Standardize class attributes for semantic macros.Ingo Schwarze2017-01-201-26/+42
* standardize .Rs class attributesIngo Schwarze2017-01-201-16/+17
* standardize .Bl and .It class attributesIngo Schwarze2017-01-201-47/+36
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-191-4/+12
* clean up .Sx and .Xr HTML markupIngo Schwarze2017-01-191-4/+3
* Clean up CSS rules for sections and paragraphs.Ingo Schwarze2017-01-191-8/+14
* Clean up and fix rules for header and footer lines.Ingo Schwarze2017-01-191-13/+22
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-191-23/+20
* fix error page indentation:Ingo Schwarze2016-04-131-2/+3
* Unify the three stylesheets into a single CSS file.Ingo Schwarze2015-11-051-0/+158