From a35c4dc8e0ba1a834ae08a984834d51dd911d62d Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 20 Feb 2010 14:04:24 +0000 Subject: [PATCH] Fixed a bug in Alphabet Navigation which had the wrong screen width. Thank you, Phillip Olsson, for pointing it out. svn: r14417 --- src/data/Web_Mainz.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/Web_Mainz.css b/src/data/Web_Mainz.css index e91e8fad0..2f9e3f758 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -266,7 +266,7 @@ table tr.odd { /* Alphabet Navigation ----------------------------------------------------- */ div#alphabet { - width: 100%; + width: 965px; margin: 0; background-color: #FFF2C5; }