summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2013-02-20 22:30:45 -0800
committerJulian Blake Kongslie2013-02-20 22:30:45 -0800
commit205cbce79ff9ecbb07bac27baf415d562e625907 (patch)
treee83c4e6cc8035a602b20eb39bf22378bea962147
parentMore work on the Try Again outline. (diff)
downloadwriting-205cbce79ff9ecbb07bac27baf415d562e625907.tar.xz
Changing parsel -> parcel everywhere.
-rw-r--r--index.mdwn4
-rw-r--r--novellas/a-little-greed/02-honor.mdwn2
-rw-r--r--style.css11
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.
5 5
6Editorial comments can be sent to [[jblake@omgwallhack.org]]. 6Editorial comments can be sent to [[jblake@omgwallhack.org]].
7 7
8I render <span class="parsel">parseltongue</span> using a different font. If 8I render <span class="parcel">parceltongue</span> using a different font. If
9your browser doesn't show the word <span class="parsel">parseltongue</span> in a 9your browser doesn't show the word <span class="parcel">parceltongue</span> in a
10distinct font, try upgrading to a newer version. 10distinct font, try upgrading to a newer version.
11 11
12For most other foreign languages such as French or Gobbledegook, I use 12For 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!
165 165
166For all his relative weakness, Harry had no less of the Goblin lust for battle. 166For all his relative weakness, Harry had no less of the Goblin lust for battle.
167He discovered at the age of 6 that he had the talent of speaking in 167He discovered at the age of 6 that he had the talent of speaking in
168parseltongue, and less than a day later discovered that this talent was not 168parceltongue, and less than a day later discovered that this talent was not
169sufficient to allow a 6-year-old Human to defeat a rockwyrm four times his 169sufficient to allow a 6-year-old Human to defeat a rockwyrm four times his
170height. 170height.
171 171
diff --git a/style.css b/style.css
index f48ae33..dfcd96f 100644
--- a/style.css
+++ b/style.css
@@ -33,7 +33,14 @@ hr {
33 33
34html { 34html {
35 font-family: UnBatang, serif; 35 font-family: UnBatang, serif;
36 background-color: #fafad2; 36}
37
38@media screen {
39
40 html {
41 background-color: #fafad2;
42 }
43
37} 44}
38 45
39p { 46p {
@@ -100,6 +107,6 @@ ul li {
100 107
101.feedlink { font-size: 0.8em; } 108.feedlink { font-size: 0.8em; }
102 109
103.parsel { font-family: "Junkyard"; } 110.parcel { font-family: "Junkyard"; }
104 111
105.small { font-size: 0.8em; } 112.small { font-size: 0.8em; }