From 31803e2f3b01ddbdd7237f909c02aacc9c86a4b8 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Thu, 15 Dec 2011 07:17:23 +0000 Subject: [PATCH] Adjusted and cleanup of the Maps style sheet. svn: r18602 --- src/plugins/webstuff/css/narrative-maps.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/plugins/webstuff/css/narrative-maps.css b/src/plugins/webstuff/css/narrative-maps.css index ca04f05d5..1ae3e7d05 100644 --- a/src/plugins/webstuff/css/narrative-maps.css +++ b/src/plugins/webstuff/css/narrative-maps.css @@ -60,17 +60,6 @@ button#drop { div#FamilyMapDetail div#references table.infolist { width: 100%; } -div#FamilyMapDetail div#references table.infolist thead tr th { - font-weight: bold; - font-size: .9em; - margin-left: 5%; -} -div#FamilyMapDetail div#references table.infolist tbody tr td { - font-size: .9em; -} div#FamilyMapDetail div#references table.infolist tbody tr td.ColumnPlace { - width: 55%; -} -div#FamilyMapDetail div#references table.infolist tbody tr td.ColumnType { - width: 10%; + width: 40%; }