From 3ed0ae554369da92b35f4612c4b661897d044d53 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 11 Aug 2015 15:36:44 +0200 Subject: Notebox display block, max width [not width] 100%. --- style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 00a1189..d9baa59 100644 --- a/style.scss +++ b/style.scss @@ -208,7 +208,8 @@ body { .notebox { float: none; - width: 100%; + display: block; + max width: 100%; color: gray !important; background: none; margin-left: 0; -- cgit v1.2.3