Update of /cvsroot/php-blog/serendipity/templates/mt-clean
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19229/mt-clean
Modified Files:
style.css
Log Message:
Flush.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt-clean/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- style.css 21 Feb 2004 21:40:19 -0000 1.2
+++ style.css 23 Feb 2004 08:20:56 -0000 1.3
@@ -2,6 +2,7 @@
body {
background: #ffffff;
+ margin: 0px 0px 20px 0px;
}
a,
@@ -17,17 +18,28 @@
}
h3, h4 {
+ margin: 0px;
+ padding: 0px;
}
/* Banner */
#serendipity_banner {
+ border-top: 4px double #666666;
+ color: #333333;
+ padding: 15px;
}
#serendipity_banner h1 {
+ font-family: Palatino, Georgia, Verdana, Arial, sans-serif;
+ font-size: x-large;
+ font-weight: normal;
}
#serendipity_banner h2 {
+ font-family: Palatino, Georgia, Times New Roman, serif;
+ font-size: small;
+ text-transform: none;
}
/* Calendar */
|