summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2015-08-11 16:09:49 +0200
committerSiri Reiter <siri@jones.dk>2015-08-11 16:09:49 +0200
commitfb1d4f06882a962c54020ad9f46f9de645e8e956 (patch)
treeeaa3a54c5db284e3493303030ef16047f33dc618
parentebe929d7e996fba21c97f92af726a5f5e342e931 (diff)
Inherit notebox width to override ikiwiki style.
-rw-r--r--style.scss3
1 files changed, 3 insertions, 0 deletions
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;