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