source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: correctly align document header and footer; suggested by
@ 2014-12-10 22:19 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-12-10 22:19 UTC (permalink / raw)
  To: source

Log Message:
-----------
correctly align document header and footer;
suggested by kristaps@

Modified Files:
--------------
    mdocml:
        example.style.css

Revision Data
-------------
Index: example.style.css
===================================================================
RCS file: /home/cvs/mdocml/mdocml/example.style.css,v
retrieving revision 1.53
retrieving revision 1.54
diff -Lexample.style.css -Lexample.style.css -u -p -r1.53 -r1.54
--- example.style.css
+++ example.style.css
@@ -20,11 +20,14 @@ div.mandoc div.subsection	{ } /* Sub-sec
 div.mandoc table.synopsis	{ } /* SYNOPSIS section table. */
 div.mandoc table.foot		{ } /* Document footer. */
 div.mandoc td.foot-date		{ width: 50%; } /* Document footer: date. */
-div.mandoc td.foot-os		{ width: 50%; } /* Document footer: OS/source. */
+div.mandoc td.foot-os		{ width: 50%;
+				  text-align: right; } /* Document footer: OS/source. */
 div.mandoc table.head		{ } /* Document header. */
 div.mandoc td.head-ltitle	{ width: 10%; } /* Document header: left-title. */
-div.mandoc td.head-vol		{ width: 80%; } /* Document header: volume. */
-div.mandoc td.head-rtitle	{ width: 10%; } /* Document header: right-title. */
+div.mandoc td.head-vol		{ width: 80%;
+				  text-align: center; } /* Document header: volume. */
+div.mandoc td.head-rtitle	{ width: 10%;
+				  text-align: right; } /* Document header: right-title. */
 div.mandoc .display		{ } /* All Bd, D1, Dl. */
 div.mandoc .list		{ } /* All Bl. */
 div.mandoc i			{ } /* Italic: BI, IB, I, (implicit). */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

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

only message in thread, other threads:[~2014-12-10 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-10 22:19 mdocml: correctly align document header and footer; suggested by 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).