Update of /cvsroot/php-blog/serendipity/templates/mt-gettysburg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17417/templates/mt-gettysburg
Modified Files:
style.css
Log Message:
Flush.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-gettysburg/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- style.css 18 Feb 2004 08:30:23 -0000 1.1
+++ style.css 21 Feb 2004 21:40:20 -0000 1.2
@@ -1,24 +1,29 @@
/* HTML Elements */
body {
+ background: #eeeeee;
}
a {
+ color: #003366;
+ font-weight: bold;
+ text-decoration: none;
}
-a:link {
-}
-
+a:link,
a:visited {
+ color: #003366;
+ text-decoration: none;
}
-a:active {
-}
-
+a:active,
a:hover {
+ color: #ffcc66;
}
h3, h4 {
+ margin: 0px;
+ padding: 0px;
}
/* Banner */
|