Update of /cvsroot/phpvortex/phpvortex/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20830/test
Modified Files:
tests.css
Log Message:
Test programs: Improved the test style sheet
Index: tests.css
===================================================================
RCS file: /cvsroot/phpvortex/phpvortex/test/tests.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tests.css 7 Oct 2004 21:23:02 -0000 1.5
--- tests.css 8 Oct 2004 17:16:58 -0000 1.6
***************
*** 12,16 ****
text-align:center;
margin:0 auto;
! width:100%;
}
--- 12,16 ----
text-align:center;
margin:0 auto;
! width:99%;
}
***************
*** 31,40 ****
.div_list a {
display:block;
}
.div_list a:hover {
! background-color:#FFFFFF;
font-weight:bold;
! color:#000000;
}
--- 31,42 ----
.div_list a {
display:block;
+ text-decoration:none;
+ color:blue;
}
.div_list a:hover {
! background-color:white;
font-weight:bold;
! color:red;
}
***************
*** 47,51 ****
.div_form table {
border-collapse:collapse;
! width:100%;
border:1pt solid black;
}
--- 49,53 ----
.div_form table {
border-collapse:collapse;
! width:99%;
border:1pt solid black;
}
|