diff options
-rw-r--r-- | local.css | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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; } |