TESTING - Add Site Notice (Kind of required)

This commit is contained in:
Lain Iwakura 2016-09-14 05:01:01 -04:00
parent dc521a6b36
commit 5fe7a9626f

View File

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