[phpcvsview-cvs-updates] phpcvsview/Themes/Red theme.css,1.5,1.6
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2005-11-27 00:03:12
|
Update of /cvsroot/phpcvsview/phpcvsview/Themes/Red In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26525/Themes/Red Modified Files: theme.css Log Message: Corrected colors in this theme to be red not blue. Index: theme.css =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Red/theme.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** theme.css 17 Sep 2005 06:47:39 -0000 1.5 --- theme.css 27 Nov 2005 00:03:04 -0000 1.6 *************** *** 24,33 **** a:link, a:active, a:visited { ! color: #009; text-decoration: none; } a:hover { ! color: #009; text-decoration: underline; } --- 24,33 ---- a:link, a:active, a:visited { ! color: #900; text-decoration: none; } a:hover { ! color: #900; text-decoration: underline; } *************** *** 38,50 **** .head { ! background-color: #bbf; } .row1 { ! background-color: #eef; } .row2 { ! background-color: #ddf; } --- 38,50 ---- .head { ! background-color: #fbb; } .row1 { ! background-color: #fee; } .row2 { ! background-color: #fdd; } |