Work has been done to make this style sheet more compliant with the W3C CSS validation service.

svn: r18749
This commit is contained in:
Rob G. Healey 2012-01-16 07:50:10 +00:00
parent 2890d56be3
commit 473e6906ac

View File

@ -395,9 +395,6 @@ div#IndividualDetail table.infolist tr td a:hover {
div#IndividualDetail table.infolist tbody tr td.ColumnAttribute { div#IndividualDetail table.infolist tbody tr td.ColumnAttribute {
width: 10%; width: 10%;
} }
div#IndividualDetail div.subsection table tr td:first-child {
padding-left: 20px;
}
#familymap a.familymap { #familymap a.familymap {
margin-left:20px; margin-left:20px;
} }
@ -578,14 +575,6 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
#EventDetail table.infolist tr td span.mother:after { #EventDetail table.infolist tr td span.mother:after {
content: ", "; content: ", ";
} }
#EventList table.infolist tr td span.person:last-child:after,
#EventList table.infolist tr td span.father:last-child:after,
#EventList table.infolist tr td span.mother:last-child:after,
#EventDetail table.infolist tr td span.person:last-child:after,
#EventDetail table.infolist tr td span.father:last-child:after,
#EventDetail table.infolist tr td span.mother:last-child:after {
content: "";
}
/* Gallery /* Gallery
----------------------------------------------------- */ ----------------------------------------------------- */
@ -656,7 +645,7 @@ div#EventDetail table.eventlist tbody tr td.ColumnDate {
} }
#GalleryDetail div#summaryarea table.gallery { #GalleryDetail div#summaryarea table.gallery {
padding-bottom: 0; padding-bottom: 0;
margin: 1 .5em 0 0 0; margin: 1 .5em 0 0;
border-style: solid; border-style: solid;
border-width: 2px 0 1px 0; border-width: 2px 0 1px 0;
border-color: #000; border-color: #000;
@ -750,7 +739,7 @@ div#Download table.download {
margin: .5em 0 .5em 2.5%; margin: .5em 0 .5em 2.5%;
border: solid 1px #000; border: solid 1px #000;
width: 95%; width: 95%;
float: center; text-align: center;
} }
div#Download table.download tbody tr#Row02 { div#Download table.download tbody tr#Row02 {
border-bottom: solid 2px #000; border-bottom: solid 2px #000;
@ -885,9 +874,6 @@ div#events h4 {
#IndividualDetail div#events table.eventtable { #IndividualDetail div#events table.eventtable {
width: 100%; width: 100%;
} }
#IndividualDetail div#events table.infolist thead tr th:first-child {
padding-left: 20px;
}
table.eventlist tbody tr td.ColumnEvent { table.eventlist tbody tr td.ColumnEvent {
width: 12%; width: 12%;
} }
@ -981,12 +967,6 @@ div#families table.infolist tbody tr td.ColumnValue ol li a {
div#families table.fixed_subtables table.eventlist { div#families table.fixed_subtables table.eventlist {
table-layout:fixed; table-layout:fixed;
} }
div#families table.fixed_subtables table.eventlist th:first-child {
width:9em;
}
div#families table.fixed_subtables table.eventlist th:last-child {
width:5em;
}
/* Subsection: Families: Attributes /* Subsection: Families: Attributes
------------------------------------------------- */ ------------------------------------------------- */
@ -997,7 +977,7 @@ div#families able.infolist {
div#families table.infolist tbody tr.BeginAttribute { div#families table.infolist tbody tr.BeginAttribute {
border-top: solid 1px #000; border-top: solid 1px #000;
} }
div#families table.infolist tbody tr td.Type { SourcesType {
width: 8%; width: 8%;
} }
div#families table.infolist tbody tr td.Value { div#families table.infolist tbody tr td.Value {
@ -1007,7 +987,7 @@ div#families table.infolist tr td.Notes {
width: 40%; width: 40%;
} }
div#families table.infolist tbody tr td.Sources { div#families table.infolist tbody tr td.Sources {
with: 15%; width: 15%;
} }
/* Subsection: Families: LDS Ordinance /* Subsection: Families: LDS Ordinance
@ -1373,12 +1353,6 @@ div#pedigree {
.calendar tbody tr td.sunday { .calendar tbody tr td.sunday {
border-left: solid 1px #000; border-left: solid 1px #000;
} }
.calendar tbody tr td:first-child {
border-left: solid 1px #000;
}
.calendar tbody tr:first-child td {
border-top:none;
}
/* Calendar : Date Detail */ /* Calendar : Date Detail */
.calendar tbody tr td ul { .calendar tbody tr td ul {
@ -1396,9 +1370,6 @@ div#pedigree {
padding:.2em 0 .3em 0; padding:.2em 0 .3em 0;
border-top: dashed 1px #000; border-top: dashed 1px #000;
} }
.calendar tbody tr td ul li:first-child {
border:none;
}
/* Calendar : Birthday, Anniversary, Highlight */ /* Calendar : Birthday, Anniversary, Highlight */
.calendar tbody tr td ul li em { .calendar tbody tr td ul li em {