Update of /cvsroot/php-blog/serendipity/templates/moz-modern
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8316/templates/moz-modern
Modified Files:
style.css
Log Message:
category icons
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/moz-modern/style.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- style.css 13 Apr 2004 11:58:59 -0000 1.5
+++ style.css 26 Apr 2004 10:33:22 -0000 1.6
@@ -276,6 +276,11 @@
color: #494F5D;
}
+img.serendipity_entryIcon {
+ float: right;
+ border: 0px;
+}
+
/* Comments */
.serendipityCommentForm input,
|