Update of /cvsroot/php-blog/serendipity/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8316/templates/default
Modified Files:
style.css
Log Message:
category icons
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/default/style.css,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- style.css 13 Apr 2004 11:58:58 -0000 1.16
+++ style.css 26 Apr 2004 10:33:22 -0000 1.17
@@ -171,6 +171,16 @@
clear: both;
}
+img.serendipity_entryIcon {
+ float: right;
+ border: 0px;
+}
+
+img.serendipity_entryIcon {
+ float: right;
+ border: 0px;
+}
+
TD.serendipity_commentsLabel {
font-size: 12px;
font-weight: bold;
|