summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2013-01-28 16:33:20 +0100
committerSiri Reiter <siri@jones.dk>2013-01-28 16:33:20 +0100
commitbc9717fdfc220522fc34486d6fbe458c82405ed5 (patch)
tree0b8bf7115cac18ad4976448774d0b4b35ef10433 /local.css
parenta5c99af27426973a45319fa2d1afe2f3d9397d3e (diff)
Styling: Initial notebox styling.
Diffstat (limited to 'local.css')
-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;