[phpwebapp-commits] CVS: web_app styles.css,1.8,1.9
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-07-06 06:13:30
|
Update of /cvsroot/phpwebapp/web_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19869 Modified Files: styles.css Log Message: Index: styles.css =================================================================== RCS file: /cvsroot/phpwebapp/web_app/styles.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** styles.css 24 Jun 2005 14:50:35 -0000 1.8 --- styles.css 6 Jul 2005 06:13:16 -0000 1.9 *************** *** 59,62 **** --- 59,69 ---- font-weight: bold; } + .db_error, .db_error strong + { + color: #0088ff; + font-family: sans-serif; + font-size: 10px; + background-color: #ffffff; + } |