summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-04-18 03:00:40 +0200
committerSiri Reiter <siri@jones.dk>2010-04-18 03:00:40 +0200
commit06a26d50545444d9ef08a27c93361a9184cf4c02 (patch)
tree91d52f369cbaeb2af3f2832c308830ff2a7b2c19
parent824d6b543209c27b2534f54abc59b6f99e7b5da4 (diff)
Style: Size and place icon and notebox with percentages not pixels.
-rw-r--r--local.css10
1 files 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 {