Re-added event description back into event sections

svn: r15390
This commit is contained in:
Rob G. Healey
2010-05-12 07:08:28 +00:00
parent 3a0acefae7
commit 9b73c0e80a
2 changed files with 25 additions and 31 deletions

View File

@@ -530,20 +530,23 @@ div#events table.eventlist {
margin-top: .3cm;
}
table.eventlist tbody tr td.ColumnEvent {
width: 20%;
width: 10%;
}
table.eventlist tbody tr td.ColumnDate {
width: 16%;
width: 12%;
}
table.eventlist tbody tr td.ColumnPlace {
width: 35%;
width: 25%;
}
table.eventlist tbody tr td.ColumnSources {
width: 12%;
table.eventlist tbody tr td.ColumnDescription {
width: 15%;
}
table.eventlist tbody tr td.ColumnNotes {
width: 25%;
}
table.eventlist tbody tr td.ColumnSources {
width: 12%;
}
table.eventlist tbody tr td.ColumnPerson {
width: 35%;
}