source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Don't make man.cgi default font-size dictate manual style.
@ 2011-12-15 12:44 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-12-15 12:44 UTC (permalink / raw)
  To: source

Log Message:
-----------
Don't make man.cgi default font-size dictate manual style.

Modified Files:
--------------
    mdocml:
        man-cgi.css

Revision Data
-------------
Index: man-cgi.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/man-cgi.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lman-cgi.css -Lman-cgi.css -u -p -r1.2 -r1.3
--- man-cgi.css
+++ man-cgi.css
@@ -1,10 +1,10 @@
-body				{ font-family: Helvetica,Arial, sans-serif;
-		 	  	  font-size: small; }
+body				{ font-family: Helvetica,Arial, sans-serif; }
 body > div			{ padding-left: 2em; 
 				  padding-top: 1em; }
 body > div#mancgi		{ padding-left: 0em; 
 				  padding-top: 0em; }
-#mancgi fieldset		{ text-align: center; }
+#mancgi fieldset		{ text-align: center; 
+			  	  font-size: small; }
 #mancgi input[name=expr] 	{ width: 25%; }
 #mancgi td.title		{ padding-right: 1em; 
 			  	  text-align: right; }
--
 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:[~2011-12-15 12:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-15 12:44 mdocml: Don't make man.cgi default font-size dictate manual style kristaps

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).