source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: Reduce excessive right padding in tagged list heads.
@ 2018-08-27 23:14 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-08-27 23:14 UTC (permalink / raw)
  To: source

Log Message:
-----------
Reduce excessive right padding in tagged list heads.
The 1.2em was an approximate equivalent of the 2n traditionally used
for terminal display, but it is much too wide for HTML rendering.
Issue reported by mikeb@.

Modified Files:
--------------
    mandoc:
        mandoc.css

Revision Data
-------------
Index: mandoc.css
===================================================================
RCS file: /home/cvs/mandoc/mandoc/mandoc.css,v
retrieving revision 1.36
retrieving revision 1.37
diff -Lmandoc.css -Lmandoc.css -u -p -r1.36 -r1.37
--- mandoc.css
+++ mandoc.css
@@ -111,7 +111,7 @@ td.foot-os {	text-align: right; }
 		float: left;
 		margin-top: 0em;
 		margin-left: -5.5em;
-		padding-right: 1.2em;
+		padding-right: 0.5em;
 		vertical-align: top; }
 .Bl-tag > dd {
 		clear: right;
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-27 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-27 23:14 mandoc: Reduce excessive right padding in tagged list heads schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).