From 498284b2ba8aae546b8d296be29e83697f332706 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 20 Feb 2010 14:00:49 +0000 Subject: [PATCH] Fixed a bug in Alphabet Navigation which had the wrong screen width. Thank you, Phillip Olsson, for pointing it out. svn: r14416 --- 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 fde696781..ab802342f 100644 --- a/src/data/Web_Mainz.css +++ b/src/data/Web_Mainz.css @@ -254,7 +254,7 @@ a:visited { /* Alphabet Navigation ----------------------------------------------------- */ div#alphabet { - width: 100%; + width: 965px; margin: 0; background-color: #FFF2C6; }