diff options
author | Siri Reiter <siri@jones.dk> | 2010-08-05 20:45:08 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-08-05 20:45:08 +0200 |
commit | c1368b63066a974d0dd5f2f14c83e5f8bf1fdede (patch) | |
tree | 375de1f723a72e7a52c4284c83444ee68e2f5ee4 | |
parent | c17fd037b11a7d806d3acf265430da0617a191de (diff) |
Style: Content max width 55em. Notebox aligned with other text.
-rw-r--r-- | local.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 { |