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

svn: r14416
This commit is contained in:
Rob G. Healey 2010-02-20 14:00:49 +00:00
parent 84eb262c26
commit 498284b2ba

View File

@ -254,7 +254,7 @@ a:visited {
/* Alphabet Navigation
----------------------------------------------------- */
div#alphabet {
width: 100%;
width: 965px;
margin: 0;
background-color: #FFF2C6;
}