Update of /cvsroot/php-blog/serendipity/templates/moz-modern
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2114/templates/moz-modern
Modified Files:
style.css
Added Files:
htmlarea.css
Log Message:
Templates can now style the WYSIWYG-editor
--- NEW FILE: htmlarea.css ---
body {
font-family: Trebuchet MS, Tahoma, Verdana;
background-color: #BAC6D1;
color: #494F5D;
font-size: small;
font-weight: normal;
padding: 10px;
}
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/moz-modern/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- style.css 15 Mar 2004 08:52:10 -0000 1.3
+++ style.css 25 Mar 2004 10:50:48 -0000 1.4
@@ -257,7 +257,7 @@
.serendipity_entry,
.serendipity_admin {
- background: #BAC6D1;
+ background-color: #BAC6D1;
margin-top: 10px;
color: #494F5D;
font-size: small;
|