diff options
author | Siri Reiter <siri@jones.dk> | 2015-08-11 20:23:41 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2015-08-11 20:23:41 +0200 |
commit | 5184f0286987de840e2827f22cfc5c4934f3539c (patch) | |
tree | fde705a7c7dbf0e2213c82f832b105105ee310f9 | |
parent | fb1d4f06882a962c54020ad9f46f9de645e8e956 (diff) |
Notebox styling (margin-right).
-rw-r--r-- | style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -212,6 +212,7 @@ body { //Overwrite ikiwiki default width: width: inherit; max-width: 48em; + margin-right: 2em; // color: gray !important; background: none; |