NarrativeWeb is now using format_date() where it is just needing to be displayed. Where calculations are needed, using Date() and date(). Stylesheets are being updated as well. A lot of general cleanup as well.
svn: r13486
This commit is contained in:
		@@ -533,40 +533,36 @@ div#EventList, div#EventDetail { }
 | 
			
		||||
div#events table.eventlist {
 | 
			
		||||
    margin-top: .3cm;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr.BeginName {
 | 
			
		||||
    border-bottom: solid 1px #000;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td {
 | 
			
		||||
    background-color: #CCC;
 | 
			
		||||
    padding: 4px 0px 4px 0px;
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
    border-bottom: dashed 1px #000;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td.ColumnEvent {
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
    width: 20%;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td.ColumnDate {
 | 
			
		||||
    width: 16%;
 | 
			
		||||
    background-color: #CCC;
 | 
			
		||||
    width: 20%;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td.ColumnPlace {
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
    width: 35%;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td.ColumnSources {
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
    width: 12%;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td.ColumnNotes {
 | 
			
		||||
    background-color: #333;
 | 
			
		||||
    width: 25%;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td.ColumnPerson {
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
    width: 35%;
 | 
			
		||||
    width: 30%;
 | 
			
		||||
}
 | 
			
		||||
table.eventlist tbody tr td.ColumnPartner {
 | 
			
		||||
    background-color: #FFF;
 | 
			
		||||
    width: 35%;
 | 
			
		||||
}
 | 
			
		||||
div#EventList table.eventlist tbody tr.BeginName {
 | 
			
		||||
    border-top: solid 1px #000;
 | 
			
		||||
}
 | 
			
		||||
div#EventList table.eventlist tbody tr td.ColumnEvent a,
 | 
			
		||||
div#EventList table.eventlist tbody tr td.ColumnPerson a,
 | 
			
		||||
div#EventList table.eventlist tbody tr td.ColumnPartner a {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user