Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2042/mt-trendy
Modified Files:
style.css
Log Message:
Flush.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-trendy/style.css,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- style.css 25 Feb 2004 18:24:20 -0000 1.11
+++ style.css 25 Feb 2004 21:15:09 -0000 1.12
@@ -73,10 +73,12 @@
#serendipityLeftSideBar,
#serendipityRightSideBar {
+ background: #333333;
+ color: #cccccc;
display: block;
+ margin-top: 35px;
padding: 10px;
vertical-align: top;
- width: 180px;
}
.serendipitySideBarTitle {
|