TESTING - Add Site Notice (Kind of required)

This commit is contained in:
Lain Iwakura 2016-09-14 05:15:00 -04:00
parent fbc2b1cf21
commit b335425dde

View File

@ -80,7 +80,7 @@
.append(
$('<div>')
.css({
backgroundColor: #a90000,
backgroundColor: '#a90000',
display: 'flex',
padding: 8,
minWidth: 350,
@ -91,6 +91,7 @@
.css({
margin: 8,
color: 'white'
white-space: pre-wrap
})
.html(notice)
)