Fixed a bug in Alphabet Navigation which had the wrong screen width. Thank you, Phillip Olsson, for pointing it out.

svn: r14417
This commit is contained in:
Rob G. Healey 2010-02-20 14:04:24 +00:00
parent 3cfcfa8a5b
commit a35c4dc8e0

View File

@ -266,7 +266,7 @@ table tr.odd {
/* Alphabet Navigation
----------------------------------------------------- */
div#alphabet {
width: 100%;
width: 965px;
margin: 0;
background-color: #FFF2C5;
}