diff options
author | Siri Reiter <siri@jones.dk> | 2015-08-11 15:36:44 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-08-11 15:36:44 +0200 |
commit | 3ed0ae554369da92b35f4612c4b661897d044d53 (patch) | |
tree | f1163262b1c3e2059d2acac39eceabf70bbc39bb | |
parent | 023962b89c554b64d6b9383e8b8e6b45d85edaa8 (diff) |
Notebox display block, max width [not width] 100%.
-rw-r--r-- | style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -208,7 +208,8 @@ body { .notebox { float: none; - width: 100%; + display: block; + max width: 100%; color: gray !important; background: none; margin-left: 0; |