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