Update of /cvsroot/php-blog/serendipity/templates/newspaper
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19932/templates/newspaper
Modified Files:
style.css
Log Message:
XHTML fixes: Now my blog validates as XHTML 1.1 Strict (at least the
overview and detailed entry pane). :-)
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/newspaper/style.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- style.css 19 May 2004 09:27:33 -0000 1.9
+++ style.css 22 Jun 2004 10:07:34 -0000 1.10
@@ -327,4 +327,10 @@
}
.serendipity_comments {
+}
+
+.serendipity_center {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
}
\ No newline at end of file
|