Changes made to version 1.05 Changes to index.htm ------------------------------------------- Header ------------------- Changed location of CSS and javascript files to be centrally located. This change will allow future updates to be made centrally. Local modifications, including image bar, should be made to the new local.css file. ------------------- Before ------------------- ------------------- After ------------------- ------------------------------------------- ------------------------------------------- Utility Bar ------------------- Added label to search form for accessibility. Changed the Seasonal link to be generic, allowing the promobox to exist with little maintenance. ------------------- Before -------------------
------------------- After -------------------
------------------------------------------- Changes to global.css ------------------------------------------- ------------------- Before ------------------- #promobox a {text-decoration:none; border-bottom:1px solid #ddcc77; color:#ffffff;} #promobox a:focus, #promobox a:hover {color:#ddcc77;} ------------------- After ------------------- #promobox a {text-decoration:none; border-bottom:1px solid #ddcc77; color:#464666;} #promobox a:focus, #promobox a:hover {color:#333;} ------------------- Before ------------------- #footerbox li {display:inline; padding-left:4px; margin-right:4px; border-left:1px solid #777777; color:#999999;} ------------------- After ------------------- #footerbox li {display:inline; padding-left:4px; margin-right:4px; border-left:1px solid #777777; color:#ccc;} ------------------- Before ------------------- #footerbox a {text-decoration:none; border-bottom:1px solid #565656; color:#999999;} ------------------- After ------------------- #footerbox a {text-decoration:none; border-bottom:1px solid #565656; color:#ccc;} ------------------------------------------- Changes to global.js ------------------------------------------- ------------------- Before ------------------- aAll[i].style.color = "#9999aa"; ------------------- After ------------------- aAll[i].style.color = "#ffffff";