aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that `Ql' literalises its arguments in -T[x]html. Found whenKristaps Dzonsons2011-08-261-2/+2
| | | | doing manpages.bsd.lv stuff.
* Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5exKristaps Dzonsons2011-08-181-2/+2
| | | | | | | | | margin. This is dubious: the HTML4 spec specifically says that BLOCKQUOTE shouldn't be abused for indentation, which is exactly what we do. However, `D1' needs indentation and it's the only way to force text browsers to do so. Alternatives? Also remove the unused HALFINDENT defines while here.
* Have `Li' be correctly monospaced in -T[x]html. Also make sure thatKristaps Dzonsons2011-08-181-3/+3
| | | | | `Li' prints as a CODE tag and the style-sheet has the `lit' class apply to multiple tag types.
* Make www style.css link up to example.style.css much nicer.Kristaps Dzonsons2011-05-141-41/+34
|
* EQN blocks are now printed in all modes. This is simply a printing ofKristaps Dzonsons2011-02-091-7/+12
| | | | the concatenated string (in -T[x]html, it gets a SPAN, too).
* Whack superfluous font-family in mdocml's www style.css. Noted byKristaps Dzonsons2010-12-241-3/+2
| | | | Anthony J. Bentley. Thanks!
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-241-2/+2
| | | | version date for release.
* Build xhtml files for www site exemplaria.Kristaps Dzonsons2010-12-221-1/+3
|
* Fix list-type being clobbered by margins. Last default styles in place.Kristaps Dzonsons2010-12-201-20/+20
| | | | | Added `Sx' to be default-italic (as in OpenBSD's cvsweb). Added `diag' formatting, which had been lost.
* Tweak default styles.Kristaps Dzonsons2010-12-171-5/+5
|
* Merged example.style.css into style.css. Adding version stuff.Kristaps Dzonsons2010-12-171-50/+118
|
* Prettyfied the stylesheet for mdocml.bsd.lv's online manuals.Kristaps Dzonsons2010-04-061-8/+17
|
* Fixed `Bf Li' default style (monospace).Kristaps Dzonsons2009-11-041-1/+1
|
* Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling ↵Kristaps Dzonsons2009-10-071-4/+4
| | | | | | | (better more than less). Fixed -column widths for -Thtml -mdoc. Fixed left-hand margin padding for -Thtml -mdoc.
* Changed stylesheet used for local documents.VERSION_1_9_6Kristaps Dzonsons2009-09-251-19/+61
|
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-0/+5
| | | | Minor space issues fixed in -Tascii.
* A few more macros in -Thtml.Kristaps Dzonsons2009-09-211-2/+2
|
* Fixed body/divbody structure of html pages.Kristaps Dzonsons2009-09-211-39/+20
| | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage.
* Removed new-born out.{h,c} (not a good idea).Kristaps Dzonsons2009-09-211-43/+39
| | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices.
* Proper html showing of ChangeLog.Kristaps Dzonsons2009-07-161-0/+8
|
* Minor www fixes.Kristaps Dzonsons2009-07-041-28/+6
|
* Updating web-page to be a bit more compact.Kristaps Dzonsons2009-06-251-0/+1
|
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-1/+2
| | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man.
* Fixing web-site (had old references).Kristaps Dzonsons2009-03-241-0/+4
|
* Adding revamped webpage.Kristaps Dzonsons2009-02-231-0/+52