[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, Thu Dec 15 12:05:19 2011 UTC (12 years, 5 months ago) by kristaps
Branch: MAIN

Some presentation polish in man.cgi:

 - include search bar above result page (I relent: it's annoying to
   follow three links then press back three times to get a search page);
 - make man.cgi.css into man-cgi.css so Apache isn't confused by two
   handlers (css, cgi);
 - finally consolidate example.style.css to be under the div.mandoc css
   selector;
 - put catman pages under div.catman;
 - put search bar under div#mancgi;
 - reflect this properly in the bundled CSS files.

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