Update of /cvsroot/php-blog/serendipity/templates/mt3-gettysburg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25927/templates/mt3-gettysburg
Modified Files:
Tag: branch-smarty
style.css
Log Message:
* Implement CSS classes to identify yourself for entries/comments
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/mt3-gettysburg/style.css,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- style.css 2 Sep 2004 17:41:59 -0000 1.4
+++ style.css 16 Nov 2004 16:16:11 -0000 1.4.2.1
@@ -215,8 +215,8 @@
a {
text-decoration: underline;
-
-
+
+
}
a:link {
@@ -395,3 +395,10 @@
margin-right: auto;
text-align: center;
}
+
+.serendipity_entry_author_self {
+}
+
+.serendipity_comment_author_self {
+ background-color: #f5f5f5;
+}
|