Update of /cvsroot/php-blog/serendipity/templates/mt-plainjane
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18528/templates/mt-plainjane
Modified Files:
style.css
Log Message:
Consistency, strive for consistency, you must, my young padavan.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-plainjane/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- style.css 21 Feb 2004 21:40:35 -0000 1.2
+++ style.css 21 Feb 2004 21:44:21 -0000 1.3
@@ -35,11 +35,11 @@
}
#serendipity_banner h2 {
- color:#CCC;
- font-size:x-small;
- font-weight:bold;
+ color: #cccccc;
+ font-size: x-small;
+ font-weight: bold;
letter-spacing: none;
- text-transform:none;
+ text-transform: none;
}
/* Calendar */
|