xref: /minix3/external/bsd/mdocml/dist/man-cgi.css (revision 92395e9c3fc84f2c1861970394d687dfafe3f69c)
1*92395e9cSLionel Sambucbody				{ font-family: Helvetica, Arial, sans-serif; }
2*92395e9cSLionel Sambucbody > div			{ padding-left: 2em;
3*92395e9cSLionel Sambuc				  padding-top: 1em; }
4*92395e9cSLionel Sambucbody > div#mancgi		{ padding-left: 0em;
5*92395e9cSLionel Sambuc				  padding-top: 0em; }
6*92395e9cSLionel Sambucbody > div.results		{ font-size: smaller; }
7*92395e9cSLionel Sambuc#mancgi fieldset		{ text-align: center;
8*92395e9cSLionel Sambuc				  border: thin solid silver;
9*92395e9cSLionel Sambuc				  border-radius: 1em;
10*92395e9cSLionel Sambuc			  	  font-size: small; }
11*92395e9cSLionel Sambuc#mancgi input[name=expr] 	{ width: 25%; }
12*92395e9cSLionel Sambuc.results td.title		{ vertical-align: top;
13*92395e9cSLionel Sambuc				  padding-right: 1em; }
14