Tweeked layout, event date on newline
parent
f974e2c9d6
commit
30fa8548ee
|
@ -80,11 +80,15 @@ h1, h2, h3, h4, h5, h6 {
|
|||
.logo {
|
||||
text-align: left;
|
||||
font-size: 4em;
|
||||
margin-left: -67px;
|
||||
}
|
||||
|
||||
.logo > .row > div {
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
height: 100px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.logo .row > div:first-child {
|
||||
|
|
|
@ -256,7 +256,7 @@ function l2events() {
|
|||
|
||||
var l2event_ob = events.results[l2event_name];
|
||||
|
||||
output += '<h1>' + l2event_name + ' <small>' + moment.unix(l2event_ob.printouts.StartDate, "YYYY-MM-DD HH:mm:ss").format('dddd, D MMMM HH:mm') + '</small></h1>' + l2event_ob.printouts['Has description'][0];
|
||||
output += '<h1>' + l2event_name + ' <small><br>' + moment.unix(l2event_ob.printouts.StartDate, "YYYY-MM-DD HH:mm:ss").format('dddd, D MMMM HH:mm') + '</small></h1>' + l2event_ob.printouts['Has description'][0];
|
||||
|
||||
};
|
||||
output += "</div>";
|
||||
|
|
Loading…
Reference in New Issue