Update of /cvsroot/php-blog/serendipity/templates/mt3-chalkboard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv706/mt3-chalkboard
Modified Files:
style.css
Log Message:
Tweak MT3 themes
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt3-chalkboard/style.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- style.css 27 Jul 2004 17:16:44 -0000 1.6
+++ style.css 28 Jul 2004 21:32:48 -0000 1.7
@@ -89,7 +89,7 @@
#serendipity_banner h1 {
color: #ffffff;
font-size: xx-large;
- font-weight: bold;
+ font-weight: normal;
padding-left:10px;
padding-top: 5px;
margin: 0px;
@@ -104,6 +104,7 @@
color: #FFFFFF;
padding-left: 10px;
font-size: small;
+ font-weight: normal;
margin: 0px;
text-decoration: none;
}
@@ -278,6 +279,7 @@
font-size: 11px;
text-decoration: none;
border: 0px;
+ text-align: center;
}
/* Container for each item on the side bar */
|