summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/local.css b/local.css
index 5451b357..6c3f1b42 100644
--- a/local.css
+++ b/local.css
@@ -148,6 +148,15 @@ DIV#content {
background-color: none;
}
+div.notebox {
+ float: none;
+ width: 100%;
+ color: gray !important;
+ background: none;
+ margin-left: 0;
+ text-align: center;
+}
+
img {
float: left;
vertical-align: top;