From 2c7571a480fde3a6c5805c3bcdb6c6d451542b9e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 7 May 2011 00:50:52 +0200 Subject: Tidy noteboxes: Fix equalize vertical margins; simplify color and text-align (ugly nn4 hack dropped). --- local.scss | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'local.scss') diff --git a/local.scss b/local.scss index 083b0be..d9166fa 100644 --- a/local.scss +++ b/local.scss @@ -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; -- cgit v1.2.3