Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv4207/phpwiki
Modified Files:
phpwiki.css
Log Message:
Moved some diff colouring to css. Appearance looks identical to previous non-css method of colouring in: IE5, Mozilla (and presumably NS6), iCab, Opera, OmniWeb.
Index: phpwiki.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** phpwiki.css 2001/12/07 06:57:08 1.7
--- phpwiki.css 2001/12/11 05:51:14 1.8
***************
*** 226,229 ****
--- 226,242 ----
}
+ .diff-added {
+ background: #cfc;
+ }
+ .diff-deleted {
+ background: #fcc;
+ }
+ .diff-unchanged {
+ background: white;
+ }
+ .diff-notation {
+ background: #ccc;
+ }
+
/* For emacs users
*
|