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