summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-05-07 00:50:52 +0200
committerJonas Smedegaard <dr@jones.dk>2011-05-07 00:50:52 +0200
commit2c7571a480fde3a6c5805c3bcdb6c6d451542b9e (patch)
treecad89ba2d5f515fedf6324f46e0067e3391ed3b7 /local.scss
parent5cc3024942331cffb741fac04ccd4cf4cd1ab0f9 (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.scss12
1 files changed, 3 insertions, 9 deletions
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;