|
From: Lo?c C. <lo...@us...> - 2001-06-10 15:14:58
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/config
In directory usw-pr-cvs1:/tmp/cvs-serv20802/chat/config
Modified Files:
style.css.php3
Log Message:
Removed textarea selector
Index: style.css.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/style.css.php3,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** style.css.php3 2001/04/30 22:45:48 1.5
--- style.css.php3 2001/06/10 15:14:54 1.6
***************
*** 136,140 ****
}
! input, select, textarea
{
background: #EEEEFF;
--- 136,140 ----
}
! input, select
{
background: #EEEEFF;
|