Skip to content

Commit f86affc

Browse files
committed
Styling, better date format
1 parent f7e91fc commit f86affc

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

index-new.html

+6-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
attribution: Photo credit <a href="https://www.flickr.com/photos/weexinsitu" target="_blank">flickr.com/photos/weexinsitu.</a>
66
---
77

8-
<div class='alert-container'>
9-
<div class='alert-bar'>
10-
<div class='alert-container'>
11-
Scheduled downtime: Scrollback will be down for
12-
maintenance for 30 minutes starting 6:30 am UTC
13-
on 10 February
14-
(<script>document.write(new Date('2015-02-10T06:30:00Z').toLocaleString())</script>).
15-
</div>
16-
</div>
8+
<div style='line-height: 48px; background: #3ca; text-align: center; '>
9+
Scheduled downtime: Scrollback will be down for
10+
maintenance for 30 minutes on <script>document.write(
11+
new Date('2015-02-10T06:30:00Z').toDateString() +
12+
" at " + new Date('2015-02-10T06:30:00Z').toTimeString()
13+
)</script>.
1714
</div>
1815

1916
{% include nav-fixed.html %}

0 commit comments

Comments
 (0)