Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19732
Modified Files:
style.css
Log Message:
Cleanup.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-trendy/style.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- style.css 18 Feb 2004 08:16:23 -0000 1.9
+++ style.css 18 Feb 2004 14:40:00 -0000 1.10
@@ -7,25 +7,14 @@
margin: 0px;
}
-a {
- color: #cccc66;
- text-decoration: none;
-}
-
-a:link {
- color: #cccc66;
- text-decoration: none;
-}
-
+a,
+a:link,
a:visited {
color: #cccc66;
text-decoration: none;
}
-a:active {
- color: #ffff99;
-}
-
+a:active,
a:hover {
color: #ffff99;
}
|