[BACK]Return to man.cgi.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

File: [cvsweb.bsd.lv] / mandoc / Attic / man.cgi.css (download)

Revision 1.1, Wed Dec 7 15:55:06 2011 UTC (12 years, 4 months ago) by kristaps
Branch: MAIN

Add skeleton man.cgi.css file.  I don't think this should become more
complicated than this.  Also make the title be printed out in caps as it
is in apropos(1) and whatis(1).

body		{ font-family: Helvetica,Arial, sans-serif;
		  font-size: small; }
fieldset	{ text-align: center; }
input[name=expr] { width: 25%; }
td.title	{ padding-right: 1em; 
		  text-align: right; }