Adjusted and cleanup of the Maps style sheet.

svn: r18602
This commit is contained in:
Rob G. Healey 2011-12-15 07:17:23 +00:00
parent f6d61112af
commit 31803e2f3b

View File

@ -60,17 +60,6 @@ button#drop {
div#FamilyMapDetail div#references table.infolist { div#FamilyMapDetail div#references table.infolist {
width: 100%; 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 { div#FamilyMapDetail div#references table.infolist tbody tr td.ColumnPlace {
width: 55%; width: 40%;
}
div#FamilyMapDetail div#references table.infolist tbody tr td.ColumnType {
width: 10%;
} }