Update of /cvsroot/wpdev/xmlscripts/documentation/webroot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2474/webroot
Modified Files:
style.css
Added Files:
external_link.gif
Log Message:
template changes
--- NEW FILE: external_link.gif ---
(This appears to be a binary file; contents omitted.)
Index: style.css
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** style.css 29 Jun 2004 14:46:17 -0000 1.1
--- style.css 2 Jul 2004 18:26:23 -0000 1.2
***************
*** 37,55 ****
}
! a:link {
color: #0000FF;
text-decoration: none;
}
- a:visited {
- text-decoration: none;
- color: #0000FF;
- }
-
a:hover {
! text-decoration: underline;
! }
!
! a:active {
! text-decoration: none;
}
--- 37,46 ----
}
! a {
color: #0000FF;
text-decoration: none;
}
a:hover {
! color: #FF0000;
}
|