From 45b1b9789769fafada9cc3899c20ca04a08c59bd Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 15 Jan 2011 07:21:06 +0000 Subject: [PATCH] Bug#3795; fixed DownloadPage alignment for Mainz style sheet. svn: r16384 --- src/plugins/webstuff/css/Web_Mainz.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/webstuff/css/Web_Mainz.css b/src/plugins/webstuff/css/Web_Mainz.css index 3cd2bd81f..434e3c5d9 100644 --- a/src/plugins/webstuff/css/Web_Mainz.css +++ b/src/plugins/webstuff/css/Web_Mainz.css @@ -609,10 +609,12 @@ table.individuallist tbody tr td.ColumnName a { #streetaddress { display:block; } +#locality, .locality { + display: block; +} #city:after { content:","; } -#country { } #email { display:block; }