diff options
| author | Julian Blake Kongslie | 2013-02-20 22:30:45 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2013-02-20 22:30:45 -0800 |
| commit | 205cbce79ff9ecbb07bac27baf415d562e625907 (patch) | |
| tree | e83c4e6cc8035a602b20eb39bf22378bea962147 | |
| parent | More work on the Try Again outline. (diff) | |
| download | writing-205cbce79ff9ecbb07bac27baf415d562e625907.tar.xz | |
Changing parsel -> parcel everywhere.
Diffstat (limited to '')
| -rw-r--r-- | index.mdwn | 4 | ||||
| -rw-r--r-- | novellas/a-little-greed/02-honor.mdwn | 2 | ||||
| -rw-r--r-- | style.css | 11 |
3 files changed, 12 insertions, 5 deletions
| @@ -5,8 +5,8 @@ This is mostly just a place to organize stupid crap I write when I'm bored. | |||
| 5 | 5 | ||
| 6 | Editorial comments can be sent to [[jblake@omgwallhack.org]]. | 6 | Editorial comments can be sent to [[jblake@omgwallhack.org]]. |
| 7 | 7 | ||
| 8 | I render <span class="parsel">parseltongue</span> using a different font. If | 8 | I render <span class="parcel">parceltongue</span> using a different font. If |
| 9 | your browser doesn't show the word <span class="parsel">parseltongue</span> in a | 9 | your browser doesn't show the word <span class="parcel">parceltongue</span> in a |
| 10 | distinct font, try upgrading to a newer version. | 10 | distinct font, try upgrading to a newer version. |
| 11 | 11 | ||
| 12 | For most other foreign languages such as French or Gobbledegook, I use | 12 | 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! | |||
| 165 | 165 | ||
| 166 | For all his relative weakness, Harry had no less of the Goblin lust for battle. | 166 | For all his relative weakness, Harry had no less of the Goblin lust for battle. |
| 167 | He discovered at the age of 6 that he had the talent of speaking in | 167 | He discovered at the age of 6 that he had the talent of speaking in |
| 168 | parseltongue, and less than a day later discovered that this talent was not | 168 | parceltongue, and less than a day later discovered that this talent was not |
| 169 | sufficient to allow a 6-year-old Human to defeat a rockwyrm four times his | 169 | sufficient to allow a 6-year-old Human to defeat a rockwyrm four times his |
| 170 | height. | 170 | height. |
| 171 | 171 | ||
| @@ -33,7 +33,14 @@ hr { | |||
| 33 | 33 | ||
| 34 | html { | 34 | html { |
| 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 | ||
| 39 | p { | 46 | p { |
| @@ -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; } |
