From bc9717fdfc220522fc34486d6fbe458c82405ed5 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 28 Jan 2013 16:33:20 +0100 Subject: Styling: Initial notebox styling. --- local.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- cgit v1.2.3