Update of /cvsroot/php-blog/serendipity/templates/mt-trendy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15519
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.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- style.css 17 Feb 2004 17:27:47 -0000 1.8
+++ style.css 18 Feb 2004 08:16:23 -0000 1.9
@@ -1,13 +1,9 @@
-#content {
- width: 100%;
-}
-
/* HTML Elements */
body {
background-color: #333333;
color: black;
- font-family: sans-serif;
+ font-family: Verdana, Arial, sans-serif;
margin: 0px;
}
@@ -193,3 +189,9 @@
.serendipity_admin td {
color: #cccccc;
}
+
+/* Misc */
+
+#content {
+ width: 100%;
+}
|