summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mandoc.css (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support prefers-color-scheme: dark.schwarze2019-06-021-8/+21
* Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elementsschwarze2019-03-011-9/+11
* Remove the HTML title= attributes which harmed accessibility andschwarze2019-01-111-2/+76
* After years of gnashing of teeth, i finally found a way to avoidschwarze2019-01-101-2/+7
* Restrict "vertical-align: middle;" to <td> descendants of class="tbl"schwarze2018-12-041-3/+3
* Make sure all borders in a table are drawn in the same color.schwarze2018-12-041-2/+7
* Implement tbl(7) lines in -T html output,schwarze2018-11-261-3/+6
* Place mandoc.css into the public domain.schwarze2018-11-261-1/+6
* Implement horizontal and vertical alignment of tbl(7) cell contentschwarze2018-11-241-2/+2
* Reduce excessive right padding in tagged list heads.schwarze2018-08-271-2/+2
* Remove more redundant element selectors where the class selectorschwarze2018-07-231-37/+37
* replace the last instances of ex units by em;schwarze2018-07-231-6/+6
* For -man -Thtml, ignore author-specified .HP widths because theyschwarze2018-06-251-1/+6
* In HTML output, for lists that have an -indent argument, just useschwarze2018-06-101-3/+3
* John Gardner tells me that among frontend developers, gratuitous useschwarze2018-05-281-53/+56
* Start with baby steps towards responsive design:schwarze2018-05-261-1/+15
* Use em units rather than ex units for horizontal lengths.schwarze2018-05-261-20/+20
* Use <span> for .Ms rather than <b>; discussed with John Gardner.schwarze2018-05-211-2/+3
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.schwarze2018-05-211-2/+3
* Use <span> rather than abusing <i> for .Pa;schwarze2018-05-201-2/+3
* Fix a long-standing issue:schwarze2018-05-091-3/+4
* Eliminate the class=It-* attributes.schwarze2018-05-081-18/+26
* Switch the emitted HTML element from <b> to <code> for the fixedschwarze2018-05-081-9/+25
* replace my vague and idiosyncratic term "selflink"schwarze2018-04-241-2/+2
* The only elements using floats are dt.It-tag, so the only elementsschwarze2017-07-161-3/+4
* use the same width increase logic for .Bl -hang as for .Bl -tagschwarze2017-07-151-2/+2
* correct left margins for different classes of definition listsschwarze2017-07-151-6/+6
* Handle .Bl -compact via CSS rather than writing individual styleschwarze2017-07-141-1/+9
* Port ctags-style, less(1) :t internal searching from terminal outputschwarze2017-03-131-1/+6
* Wrap .St content in a <span class="St">.schwarze2017-02-051-1/+2
* mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>;schwarze2017-02-051-6/+11
* for .Rs, use <cite>schwarze2017-02-051-2/+3
* Add the style sheet used on man.openbsd.org to the source tree.schwarze2017-01-251-0/+182