diff options
-rw-r--r-- | local.css | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -38,8 +38,9 @@ EM { IMG.icon { float: right; - width: 184px; - margin-right: -200px; + height: 20%; + width: 20%; + margin-right: -30%; } body { @@ -127,9 +128,10 @@ DIV#content { DIV.sidebar { float: left; border: none; - margin-top: 6em; + margin-top: 1em; margin-left: 0; - width: 19%; + margin-right: 2%; + width: 17%; padding: 0 0 0 1%; } @@ -168,6 +170,7 @@ DIV.sidebar DIV.notebox { color: white !important; background: #ff30ff; border: none; + text-align: left; } /* TODO: drop when nn4.css is dropped */ @@ -186,12 +189,12 @@ DIV.farbar { } DIV.notebox { + float: none; + width: 100%; color: #06c !important; background: none; + margin-left: 0; border: medium dashed #9cf; -/* margin-right: -20%; - width: 30%; - max-width: 300px;*/ text-align: center; } |