From fb1d4f06882a962c54020ad9f46f9de645e8e956 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 11 Aug 2015 16:09:49 +0200 Subject: Inherit notebox width to override ikiwiki style. --- style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.scss b/style.scss index fe830ab..8fb44f5 100644 --- a/style.scss +++ b/style.scss @@ -209,7 +209,10 @@ body { .notebox { float: none; display: block; +//Overwrite ikiwiki default width: + width: inherit; max-width: 48em; +// color: gray !important; background: none; margin-left: 0; -- cgit v1.2.3