From 469c3c9970fd91fa634bca4425aecc2c4eded139 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Wed, 14 Sep 2016 05:16:13 -0400 Subject: [PATCH] TESTING - Add Site Notice (Kind of required) --- app/views/layouts/default.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/default.php b/app/views/layouts/default.php index 2b6c3d5..2cabc51 100755 --- a/app/views/layouts/default.php +++ b/app/views/layouts/default.php @@ -84,14 +84,14 @@ display: 'flex', padding: 8, minWidth: 350, - flexDirection: 'column' + flexDirection: 'column', }) .append( $('
') .css({ margin: 8, - color: 'white' - white-space: pre-wrap + color: 'white', + white-space: pre-wrap, }) .html(notice) )