Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/config
In directory usw-pr-cvs1:/tmp/cvs-serv3870/chat/config
Modified Files:
style.css.php3
Log Message:
Updated to the new 'input' frame
Index: style.css.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/style.css.php3,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** style.css.php3 2001/04/19 21:05:04 1.4
--- style.css.php3 2001/04/30 22:45:48 1.5
***************
*** 186,189 ****
--- 186,195 ----
}
+ .success
+ {
+ font-weight: 400;
+ color: #CCCCFF;
+ }
+
.small
{
|