stas 02/02/22 00:19:52
Modified: src style.css
tmpl/custom/html title
Log:
- move the hardcoded color setting into a style file
Revision Changes Path
1.32 +4 -1 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- style.css 22 Feb 2002 07:29:11 -0000 1.31
+++ style.css 22 Feb 2002 08:19:52 -0000 1.32
@@ -22,7 +22,7 @@
a:hover { color: #666666;}
td.menu-title-bg {
- background-color: #828DA6;
+ background-color: #828da6;
}
td.non-sel-bg {
@@ -199,6 +199,9 @@
font-family: helvetica, arial, verdana, sans-serif;
font-size:1.5em;
font-weight: bold;
+}
+td.headline {
+ background-color: #525a73;
}
code {
1.5 +1 -1 modperl-docs/tmpl/custom/html/title
Index: title
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/title,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- title 21 Feb 2002 12:15:25 -0000 1.4
+++ title 22 Feb 2002 08:19:52 -0000 1.5
@@ -4,7 +4,7 @@
<!--title-->
<table border="0" width="100%" cellspacing="0" cellpadding="3">
<tr>
- <td bgcolor="#525A73" class="headline">[% doc.meta.title
%]</td>
+ <td class="headline">[% doc.meta.title %]</td>
</tr>
</table>
</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]