From 9cae4f3d34fbbdc32dabeba081e2b3d0b837b7e5 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Wed, 12 Jan 2011 21:43:00 -0500 Subject: [PATCH] got peepshow italic, by adding css for #peepshow_ --- includes/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/style.css b/includes/style.css index 3ea84a2..e32ec5b 100644 --- a/includes/style.css +++ b/includes/style.css @@ -75,6 +75,9 @@ li { } /* peepshow */ +#peepshow_ { + font-style:italic; +} #peepshow_title_1 { font-style:italic; margin-top:0px; @@ -82,7 +85,6 @@ li { #peephow_title_2 { font-size:3em; - font-style:italic; /* not sure why this isn't working :( */ } #peepshow_entry { -- 2.30.2