diff options
author | Siri Reiter <siri@jones.dk> | 2010-04-18 03:00:40 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-04-18 03:00:40 +0200 |
commit | 06a26d50545444d9ef08a27c93361a9184cf4c02 (patch) | |
tree | 91d52f369cbaeb2af3f2832c308830ff2a7b2c19 | |
parent | 824d6b543209c27b2534f54abc59b6f99e7b5da4 (diff) |
Style: Size and place icon and notebox with percentages not pixels.
-rw-r--r-- | local.css | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 { |