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