From 0cedf892e13f5078ed1ca0bfb3fc8b010ae7b83d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 2 Sep 2010 22:26:25 +0200 Subject: Style: Tighten placement of noteboxes and icon image. --- local.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/local.css b/local.css index 0c8f185f..a720362e 100644 --- a/local.css +++ b/local.css @@ -38,8 +38,9 @@ EM { IMG.icon { float: right; - width: 184px; - margin-right: -200px; + height: 20%; + width: 20%; + margin-right: -30%; } body { @@ -127,9 +128,10 @@ DIV#content { DIV.sidebar { float: left; border: none; - margin-top: 6em; + margin-top: 1em; margin-left: 0; - width: 19%; + margin-right: 2%; + width: 17%; padding: 0 0 0 1%; } @@ -168,6 +170,7 @@ DIV.sidebar DIV.notebox { color: white !important; background: #ff30ff; border: none; + text-align: left; } /* TODO: drop when nn4.css is dropped */ @@ -186,12 +189,12 @@ DIV.farbar { } DIV.notebox { + float: none; + width: 100%; color: #06c !important; background: none; + margin-left: 0; border: medium dashed #9cf; -/* margin-right: -20%; - width: 30%; - max-width: 300px;*/ text-align: center; } -- cgit v1.2.3