Update of /cvsroot/php-blog/serendipity/templates/mt3-independence
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv706/mt3-independence
Modified Files:
style.css
Log Message:
Tweak MT3 themes
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt3-independence/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- style.css 27 Jul 2004 17:16:45 -0000 1.4
+++ style.css 28 Jul 2004 21:32:48 -0000 1.5
@@ -21,7 +21,7 @@
}
#serendipityRightSideBar {
- width: 200px;
+ width: 170px;
padding: 10px;
background-color: #ffffff;
vertical-align: top;
@@ -70,6 +70,7 @@
#serendipity_banner h1 {
color: #ffffff;
font-size: xx-large;
+ font-weight: normal;
padding-left: 10px;
padding-top: 2px;
margin: 0px;
@@ -84,6 +85,7 @@
color: #FFFFFF;
padding-left: 10px;
font-size: small;
+ font-weight: normal;
margin: 0px;
text-decoration: none;
}
|