[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.4, Fri Dec 16 15:05:27 2011 UTC (12 years, 5 months ago) by kristaps
Branch: MAIN
Changes since 1.3: +1 -0 lines

Have results table inherit the small font.

body				{ font-family: Helvetica,Arial, sans-serif; }
body > div			{ padding-left: 2em; 
				  padding-top: 1em; }
body > div#mancgi		{ padding-left: 0em; 
				  padding-top: 0em; }
body > div.results		{ font-size: smaller; }
#mancgi fieldset		{ text-align: center; 
			  	  font-size: small; }
#mancgi input[name=expr] 	{ width: 25%; }
#mancgi td.title		{ padding-right: 1em; 
			  	  text-align: right; }