ceki 2004/01/22 11:32:03
Modified: docs .cvsignore
Added: docs/css site.css
Log:
Added the docs/css/site.css to CVS control.
Very minor changes.
Revision Changes Path
1.1 logging-log4j/docs/css/site.css
Index: site.css
===================================================================
H1 {
color: #2222AA;
}
H2 {
color: #2222AA;
}
H3 {
color: #2222AA;
}
A {
text-decoration: none;
/* color: #006699; */
}
A:link {
text-decoration: none;
color: #0077AA;
/* color: #006699; */
}
A:visited {
text-decoration: none;
color: #006699;
}
A:hover {
text-decoration: underline;
color: #006699;
}
table #navbar {
background: #EEEEEE;
border-top: 1px solid #909090;
border-left: 1px solid #909090;
border-right: 1px solid #909090;
border-bottom: 1px solid #909090;
}
1.7 +1 -0 logging-log4j/docs/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/logging-log4j/docs/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 18 Sep 2003 21:30:25 -0000 1.6
+++ .cvsignore 22 Jan 2004 19:32:03 -0000 1.7
@@ -11,3 +11,4 @@
package-list
documentation.html
chainsaw.html
+install-chainsaw.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]