From: Grant M. <gr...@us...> - 2008-03-18 09:12:22
|
Update of /cvsroot/perl-xml/perl-xml-faq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26754 Modified Files: faq.css Log Message: - bump up font size for module names Index: faq.css =================================================================== RCS file: /cvsroot/perl-xml/perl-xml-faq/faq.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- faq.css 14 Oct 2003 09:13:47 -0000 1.3 +++ faq.css 18 Mar 2008 09:12:22 -0000 1.4 @@ -42,6 +42,10 @@ font-size: 120%; } +CODE { + font-size: 120%; +} + .programlisting { padding-top: 0.8em; padding-left: 0.8em; |