Update of /cvsroot/php-blog/serendipity/templates/moz-modern
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20637/templates/moz-modern
Modified Files:
style.css
Log Message:
Allow users to toggle the display of the Serendipity Logo in the "Powered by" plugin, also added ability to replace it with text, or show both
Shortened the text for the XHTML cleanup plugin, it was breaking layout
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/moz-modern/style.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- style.css 22 Jun 2004 10:07:33 -0000 1.10
+++ style.css 1 Jul 2004 18:35:19 -0000 1.11
@@ -442,3 +442,7 @@
margin-right: auto;
text-align: center;
}
+
+div.serendipityPlug {
+ text-align: center;
+}
|