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