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:
parent
3cfcfa8a5b
commit
a35c4dc8e0
@ -266,7 +266,7 @@ table tr.odd {
|
||||
/* Alphabet Navigation
|
||||
----------------------------------------------------- */
|
||||
div#alphabet {
|
||||
width: 100%;
|
||||
width: 965px;
|
||||
margin: 0;
|
||||
background-color: #FFF2C5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user