summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-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 {