Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7389/templates/default
Modified Files:
Tag: branch-0-5
atom.css
Log Message:
MFH
Index: atom.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/atom.css,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- atom.css 29 Jan 2004 12:08:28 -0000 1.1
+++ atom.css 3 Feb 2004 16:33:34 -0000 1.1.2.1
@@ -63,6 +63,11 @@
display:none;
}
+/* Using a single 'commentRSS' and 'comments' is used for compatibility to Opera */
+slash\:comments, wfw\:commentRss, commentRss, comments {
+ display:none;
+}
+
entry title {
display:block;
font-size:1em;
|