summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-04-18 03:59:40 +0200
committerSiri Reiter <siri@jones.dk>2010-04-18 03:59:40 +0200
commit19af7f56bfd62015c8681847c629bff67c196e5e (patch)
treecd7510cfe4059122376387bae6c46970dde135f5 /local.css
parent3c85be8f64377028218548d141036371c1e87e03 (diff)
Style: widths and margins fit.
Diffstat (limited to 'local.css')
-rw-r--r--local.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/local.css b/local.css
index fb505649..c2badc51 100644
--- a/local.css
+++ b/local.css
@@ -37,12 +37,9 @@ EM {
}
IMG.icon {
- background-color: none;
- display: block;
- clear: both;
float: right;
width: 184px;
- padding: 0 20px 20px 20px;
+ margin-right: -184px;
}
body {
@@ -123,6 +120,8 @@ DIV#wrapper {
DIV#content {
max-width: 50em;
+ margin 2% 30% 10% 20%;
+ padding: 0;
}
DIV#sidebar {
@@ -166,7 +165,7 @@ DIV.notebox {
color: #9cf !important;
background: none;
border: dashed;
- margin-right: -30%;
+ margin-right: -20%;
width: 30%;
max-width: 300px;
}