aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
Commit message (Collapse)AuthorAgeFilesLines
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-2/+2
| | | | from Svyatoslav Mishyn <juef at openmailboxd dot org>, Crux Linux
* Specify the spacer in the overridable CSS.Kristaps Dzonsons2014-09-271-1/+2
|
* HTML5-isation: remove more alignments.Kristaps Dzonsons2014-09-271-2/+2
|
* Continue in HTML5-ing by kicking out some hard-coded alignments.Kristaps Dzonsons2014-09-271-3/+3
|
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-141-2/+2
| | | | | | | | | | | | | The .Bf block can contain subblocks, so it has to render as an element that can contain flow content. But <em> cannot contain flow content, only phrasing content. Rendering .Em and .Bf differently would by unfortunate, and closing out .Bf before subblocks and re-opening it afterwards would merely complicate both the C code of the program and the generated HTML code. Besides, converting .Em to semantic HTML markup would require some content to be put into <em> and some into <i>, but we cannot automatically distinguish which is which, so strictly speaking, we can't use semantic HTML here but have to fall back to physical markup. Wonders of HTML...
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-131-2/+2
| | | | | | | | | | | | | | | | | The vast majority of .Em in real-world manuals is stress emphasis, for which <em> is the correct markup. Admittedly, there are some instances of .Em usage for alternate quality, for which <i> would be a better match. Most of these are technical terms that neither allow semantic markup nor are keywords - for the latter, .Sy would be preferable. A typical example is that the shell breaks input into .Em words . Alternate voice or mood, which would also require <i>, is almost absent from manuals. We cannot satisfy both stress emphasis and alternate quality, so pick the one that fits more often and looks less wrong when off. Patch from Guy Harris <guy at alum dot mit dot edu>. ok joerg@ bentley@
* 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