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. --- style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'style.css') 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