From 06a26d50545444d9ef08a27c93361a9184cf4c02 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sun, 18 Apr 2010 03:00:40 +0200 Subject: Style: Size and place icon and notebox with percentages not pixels. --- local.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/local.css b/local.css index a8e848ec..5e86d062 100644 --- a/local.css +++ b/local.css @@ -41,7 +41,9 @@ IMG.icon { display: block; clear: both; float: right; - margin-right: -250px; + width: 30%; + max-width: 184px; + margin-right: -30%; padding: 0 20px 20px 20px; } @@ -164,13 +166,13 @@ DIV#sidebar A:hover { color: #06c; } - DIV.notebox { color: #9cf !important; background: none; border: dashed; - margin-right: -210px; - width: 200px; + margin-right: -30%; + width: 30% + max-width: 250px; } DIV.notebox p { -- cgit v1.2.3