Year style

main2
Bob Mottram 2019-10-11 22:14:44 +01:00
parent 8672f2e5f6
commit 0d8d6699e0
2 changed files with 5 additions and 1 deletions

View File

@ -103,6 +103,10 @@ a:link {
position: relative;
}
.year {
font-size: 30px;
}
.calendar__day__event {
float: left;
font-size: 30px;

View File

@ -2836,7 +2836,7 @@ def htmlCalendarDay(translate: {}, \
calendarStr=htmlHeader(cssFilename,calendarStyle)
calendarStr+='<main><table class="calendar">\n'
calendarStr+='<caption class="calendar__banner--month">\n'
calendarStr+=' <h1>'+str(dayNumber)+' '+monthName+'</h1><br>'+str(year)+'\n'
calendarStr+=' <h1>'+str(dayNumber)+' '+monthName+'</h1><br><span class="year">'+str(year)+'</span>\n'
calendarStr+='</caption>\n'
calendarStr+='<tbody>\n'