Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2981
Modified Files:
style.css
Log Message:
Style that style
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-trendy/style.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- style.css 16 Feb 2004 20:37:29 -0000 1.4
+++ style.css 16 Feb 2004 21:08:48 -0000 1.5
@@ -1,3 +1,7 @@
+#content {
+ width: 100%;
+}
+
/* HTML Elements */
body {
@@ -75,6 +79,7 @@
padding: 10px;
vertical-align: top;
width: 180px;
+ display: block;
}
#serendipityRightSideBar {
@@ -82,6 +87,7 @@
padding: 10px;
vertical-align: top;
width: 180px;
+ display: block;
}
.serendipitySideBarTitle {
@@ -119,7 +125,8 @@
text-transform: uppercase;
}
-.serendipity_title {
+.serendipity_title,
+.serendipity_Admin_title {
color: #cccccc;
font-size: small;
font-weight: bold;
@@ -128,7 +135,8 @@
border-bottom: 0;
}
-.serendipity_entry {
+.serendipity_entry,
+.serendipity_admin {
background: #333333;
border: 1px solid #666666;
border-top: 0;
|