diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-05-07 00:50:52 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-05-07 00:50:52 +0200 |
commit | 2c7571a480fde3a6c5805c3bcdb6c6d451542b9e (patch) | |
tree | cad89ba2d5f515fedf6324f46e0067e3391ed3b7 /local.scss | |
parent | 5cc3024942331cffb741fac04ccd4cf4cd1ab0f9 (diff) |
Tidy noteboxes: Fix equalize vertical margins; simplify color and text-align (ugly nn4 hack dropped).
Diffstat (limited to 'local.scss')
-rw-r--r-- | local.scss | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -42,6 +42,7 @@ a:hover { em { color: black; font-weight: bold; + font-style: inherit; } img.icon { @@ -193,12 +194,11 @@ div.sidebar div.notebox { color: $base !important; background: #ff30ff; border: none; - text-align: left; + text-align: center; } -/* TODO: drop when nn4.css is dropped */ div.sidebar div.notebox p { - color: $base; + margin: 1.2em 0; } div.sidebar div.notebox a { @@ -231,12 +231,6 @@ div.notebox { text-align: center; } -/* TODO: drop when nn4.css is dropped */ -div.notebox p { - color: $accent; - text-align: center; -} - div.inlinepage { margin: 1em 0; border: 1px solid lightblue; |