Update of /cvsroot/phpcvsview/phpcvsview/Themes/Green
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22682/Themes/Green
Modified Files:
theme.css
Log Message:
Corrected colors in this theme to be green not blue.
Index: theme.css
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Green/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 26 Nov 2005 23:51:51 -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: #090;
text-decoration: none;
}
a:hover {
! color: #090;
text-decoration: underline;
}
***************
*** 38,50 ****
.head {
! background-color: #bbf;
}
.row1 {
! background-color: #eef;
}
.row2 {
! background-color: #ddf;
}
--- 38,50 ----
.head {
! background-color: #bfb;
}
.row1 {
! background-color: #efe;
}
.row2 {
! background-color: #dfd;
}
|