summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 8d7dfc9..eeb70c3 100644
--- a/style.scss
+++ b/style.scss
@@ -144,6 +144,15 @@ body {
background-color: none;
}
+.notebox {
+ float: none;
+ width: 100%;
+ color: gray !important;
+ background: none;
+ margin-left: 0;
+ text-align: center;
+}
+
img {
float: left;
vertical-align: top;