diff options
author | Siri Reiter <siri@jones.dk> | 2015-08-11 16:00:52 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-08-11 16:00:52 +0200 |
commit | ebe929d7e996fba21c97f92af726a5f5e342e931 (patch) | |
tree | 6dba6cc7715da78cac2c916a23d15a730c2151c5 | |
parent | 6986399e23e24db6a7b41e102f57c4653f0a2414 (diff) |
Fix notebox max-width notation.
-rw-r--r-- | style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ body { .notebox { float: none; display: block; - max width: 48em; + max-width: 48em; color: gray !important; background: none; margin-left: 0; |