stas 02/04/18 03:18:53
Modified: src style.css
tmpl/custom/html tail
Log:
use proper html 4.01 code, no <font> tags allowed
Revision Changes Path
1.50 +4 -0 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- style.css 17 Apr 2002 07:06:28 -0000 1.49
+++ style.css 18 Apr 2002 10:18:53 -0000 1.50
@@ -171,6 +171,10 @@
margin-right: 0px;
}
+p.copyright {
+ font-size: 0.7em;
+}
+
div.headline {
background-color: #525d76;
font-family: helvetica, arial, verdana, sans-serif;
1.13 +4 -3 modperl-docs/tmpl/custom/html/tail
Index: tail
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/tail,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tail 18 Apr 2002 04:10:47 -0000 1.12
+++ tail 18 Apr 2002 10:18:53 -0000 1.13
@@ -2,9 +2,10 @@
<!-- footer (tail )-->
<div class="tail">
<center>
- Last modified [% doc.last_modified %]
- <br><br>
- <font size="-2">Use of the Camel for Perl is a trademark of <a href="http://www.ora.com">O'Reilly
& Associates</a>, and is used by permission.</font>
+ <p>Last modified [% doc.last_modified %]</p>
+ <p class="copyright">Use of the Camel for Perl is a trademark
+ of <a href="http://www.ora.com">O'Reilly & Associates</a>,
+ and is used by permission.</p>
</center>
</div>
<!-- end footer (tail)-->
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org
|