diff options
-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 { |