summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-08-05 20:45:08 +0200
committerSiri Reiter <siri@jones.dk>2010-08-05 20:45:08 +0200
commitc1368b63066a974d0dd5f2f14c83e5f8bf1fdede (patch)
tree375de1f723a72e7a52c4284c83444ee68e2f5ee4 /local.css
parentc17fd037b11a7d806d3acf265430da0617a191de (diff)
Style: Content max width 55em. Notebox aligned with other text.
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/local.css b/local.css
index 70acdabf..c86f7f05 100644
--- a/local.css
+++ b/local.css
@@ -128,6 +128,7 @@ DIV#pagebody {
DIV#content {
margin: 2% 30% 10% 0;
padding: 0;
+ max-width: 55em;
}
DIV#sidebar,
@@ -187,9 +188,9 @@ DIV.notebox {
color: #9cf !important;
background: none;
border: dashed;
- margin-right: -20%;
+/* margin-right: -20%;
width: 30%;
- max-width: 300px;
+ max-width: 300px;*/
}
DIV.notebox p {