Update of /cvsroot/stack/stack-1-0/html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23611/html
Modified Files:
pagehead.php stack.css
Log Message:
Index: pagehead.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/html/pagehead.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pagehead.php 14 Jul 2005 18:19:57 -0000 1.10
--- pagehead.php 25 Jul 2005 11:24:07 -0000 1.11
***************
*** 27,31 ****
<table width="95%" border="0" cellpadding="0" cellspacing="5">
<tr align="left" valign="top">
- <!--<td align="left"><img src="pics/logo.png" width='100' alt="STACK logo" /></td>-->
<td align="left"><h1>STACK</h1>
<font size='+2'>S</font><em>ystem for </em><font size='+2'>T</font><em>eaching and </em><font size='+2'>A</font><em>ssessment using a </em><font size='+2'>C</font><em>omputer algebra </em><font size='+2'>K</font><em>ernel</em></em></td>
--- 27,30 ----
Index: stack.css
===================================================================
RCS file: /cvsroot/stack/stack-1-0/html/stack.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** stack.css 13 Jun 2005 12:58:22 -0000 1.3
--- stack.css 25 Jul 2005 11:24:07 -0000 1.4
***************
*** 5,12 ****
#navigation{
padding: 1em 1em 1em 0em;
! border-top: 2px none #ffefa0;
! border-right: 2px solid #ffefa0;
! border-bottom: 2px solid #ffefa0;
! border-left: 2px solid #ffefa0;
}
--- 5,12 ----
#navigation{
padding: 1em 1em 1em 0em;
! border-top: 2px none #FFFEA0;
! border-right: 2px solid #FFFEA0;
! border-bottom: 2px solid #FFFEA0;
! border-left: 2px solid #FFFEA0;
}
***************
*** 30,34 ****
{
display: block;
! color: #666666;
padding: .1em .1em .1em .1em;
margin: 0px;
--- 30,34 ----
{
display: block;
! color: #111100;
padding: .1em .1em .1em .1em;
margin: 0px;
***************
*** 48,59 ****
#content {
padding: 1em;
! border-top: 2px none #ffefa0;
! border-right: 2px solid #ffefa0;
! border-bottom: 2px solid #ffefa0;
! border-left: 2px none #ffefa0;
}
#header {
padding: 1em;
color: #000000;
! background-color: #ffefa0;
}
--- 48,59 ----
#content {
padding: 1em;
! border-top: 2px none #FFFEA0;
! border-right: 2px solid #FFFEA0;
! border-bottom: 2px solid #FFFEA0;
! border-left: 2px none #FFFEA0;
}
#header {
padding: 1em;
color: #000000;
! background-color: #FFFEA0;
}
|