summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-09-02 22:26:25 +0200
committerSiri Reiter <siri@jones.dk>2010-09-02 22:26:25 +0200
commit0cedf892e13f5078ed1ca0bfb3fc8b010ae7b83d (patch)
tree4b4f5d28c51b51e86259a9a99a3afba4b0f86ad5 /local.css
parent3f06d31c3b18987279cd1763471518911df59d5c (diff)
Style: Tighten placement of noteboxes and icon image.
Diffstat (limited to 'local.css')
-rw-r--r--local.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/local.css b/local.css
index 0c8f185f..a720362e 100644
--- a/local.css
+++ b/local.css
@@ -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;
}