[phpwebapp-commits] CVS: web_app styles.css,1.5,1.6
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:04:58
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2634 Modified Files: styles.css Log Message: Index: styles.css =================================================================== RCS file: /cvsroot/phpwebapp/web_app/styles.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** styles.css 13 Jul 2004 13:18:08 -0000 1.5 --- styles.css 21 Jul 2004 17:04:32 -0000 1.6 *************** *** 27,31 **** ! .webapp_error { color: #ff0000; --- 27,31 ---- ! .webapp_error, .webapp_error strong { color: #ff0000; *************** *** 34,38 **** background-color: #ffffff; } ! .webapp_warning { color: #bb0000; --- 34,38 ---- background-color: #ffffff; } ! .webapp_warning, .webapp_warning strong { color: #bb0000; *************** *** 41,45 **** background-color: #ffffff; } ! .xml_error { color: #ff0088; --- 41,45 ---- background-color: #ffffff; } ! .xml_error, .xml_error strong { color: #ff0088; *************** *** 48,52 **** background-color: #ffffff; } ! .xml_err_str { color: #dd0066; --- 48,52 ---- background-color: #ffffff; } ! .xml_err_str, .xml_err_str strong { color: #dd0066; |