4486: NarrativeWeb does not validate

svn: r18064
This commit is contained in:
Michiel Nauta
2011-08-25 20:47:36 +00:00
parent 9ae237b4cc
commit cb500359fb
10 changed files with 196 additions and 83 deletions

View File

@@ -670,6 +670,15 @@ div#EventDetail table.eventlist tbody tr td.ColumnPerson {
background-color: #D8F3D6;
}
/* Events
----------------------------------------------------- */
#EventList table.infolist tr.BeginType td {
border-top: dashed 1px #5D835F;
}
#EventList table.infolist tr.BeginLetter td {
border-top: solid 1px #5D835F;
}
/* Gallery
----------------------------------------------------- */
#Gallery {
@@ -1141,7 +1150,7 @@ table.ldsordlist tbody tr td.ColumnLDSPlace {
width:35%;
}
table.ldsordlist tbody tr td.ColumnLDSStatus {
width:8;
width:8%;
}
table.ldsordlist tbody tr td.ColumnLDSSealed {
width:25%;
@@ -1188,6 +1197,9 @@ div#Addresses table.infolist tbody tr td.ColumnPostalcode {
div#Addresses table.infolist tbody tr td.ColumnPhone {
width: 15%;
}
div#Addresses table.infolist tr td a, div#Addresses table.infolist tr td p a {
display: inline;
}
/* Subsections : Gallery
----------------------------------------------------- */
@@ -1225,10 +1237,10 @@ div#Addresses table.infolist tbody tr td.ColumnPhone {
/* Subsections : Narrative
----------------------------------------------------- */
div#narrative {
div.narrative {
padding-bottom:0;
}
#narrative p {
.narrative p {
font:normal .9em/1.4em sans-serif;
margin-top:.5em;
margin-bottom:0;