From 205cbce79ff9ecbb07bac27baf415d562e625907 Mon Sep 17 00:00:00 2001
From: Julian Blake Kongslie
Date: Wed, 20 Feb 2013 22:30:45 -0800
Subject: Changing parsel -> parcel everywhere.
---
index.mdwn | 4 ++--
novellas/a-little-greed/02-honor.mdwn | 2 +-
style.css | 11 +++++++++--
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/index.mdwn b/index.mdwn
index 6898387..9a5f27e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -5,8 +5,8 @@ This is mostly just a place to organize stupid crap I write when I'm bored.
Editorial comments can be sent to [[jblake@omgwallhack.org]].
-I render parseltongue using a different font. If
-your browser doesn't show the word parseltongue in a
+I render parceltongue using a different font. If
+your browser doesn't show the word parceltongue in a
distinct font, try upgrading to a newer version.
For most other foreign languages such as French or Gobbledegook, I use
diff --git a/novellas/a-little-greed/02-honor.mdwn b/novellas/a-little-greed/02-honor.mdwn
index aff1a64..66b9729 100644
--- a/novellas/a-little-greed/02-honor.mdwn
+++ b/novellas/a-little-greed/02-honor.mdwn
@@ -165,7 +165,7 @@ some weakling wand-waver, but could wield magic on his own power alone!
For all his relative weakness, Harry had no less of the Goblin lust for battle.
He discovered at the age of 6 that he had the talent of speaking in
-parseltongue, and less than a day later discovered that this talent was not
+parceltongue, and less than a day later discovered that this talent was not
sufficient to allow a 6-year-old Human to defeat a rockwyrm four times his
height.
diff --git a/style.css b/style.css
index f48ae33..dfcd96f 100644
--- a/style.css
+++ b/style.css
@@ -33,7 +33,14 @@ hr {
html {
font-family: UnBatang, serif;
- background-color: #fafad2;
+}
+
+@media screen {
+
+ html {
+ background-color: #fafad2;
+ }
+
}
p {
@@ -100,6 +107,6 @@ ul li {
.feedlink { font-size: 0.8em; }
-.parsel { font-family: "Junkyard"; }
+.parcel { font-family: "Junkyard"; }
.small { font-size: 0.8em; }
--
cgit v1.2.3