TESTING - Add Site Notice (Kind of required)

This commit is contained in:
Lain Iwakura 2016-09-14 05:16:13 -04:00
parent b335425dde
commit 469c3c9970

View File

@ -84,14 +84,14 @@
display: 'flex', display: 'flex',
padding: 8, padding: 8,
minWidth: 350, minWidth: 350,
flexDirection: 'column' flexDirection: 'column',
}) })
.append( .append(
$('<div>') $('<div>')
.css({ .css({
margin: 8, margin: 8,
color: 'white' color: 'white',
white-space: pre-wrap white-space: pre-wrap,
}) })
.html(notice) .html(notice)
) )