Cleanup of FamilyPage(), format_family_events(), and display_event_row().

svn: r18081
This commit is contained in:
Rob G. Healey
2011-08-29 07:02:17 +00:00
parent a9dc79c730
commit 87a6c03c8f
2 changed files with 88 additions and 86 deletions

View File

@@ -155,7 +155,9 @@ h1 {
font:normal 2em/1.2em serif;
}
h2 {
display: none;
font: bold 1em sans-serif;
text-align: center;
float: center;
}
h3 {
font:normal 2em/1.2em serif;
@@ -609,7 +611,7 @@ table.eventlist tbody tr td {
border-bottom: dashed 1px #000;
}
table.eventlist tbody tr td.ColumnEvent {
width: 12%;
width: 15%;
}
table.eventlist tbody tr td.ColumnDate {
width: 12%;
@@ -617,9 +619,6 @@ table.eventlist tbody tr td.ColumnDate {
table.eventlist tbody tr td.ColumnPlace {
width: 25%;
}
table.eventlist tbody tr td.ColumnDescription {
width: 20%;
}
table.eventlist tbody tr td.ColumnNotes {
width: 20%;
}