From 887f33c2d40aaf56f6fc90b2e343de0f2a32a2fb Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Wed, 14 Jan 2009 23:11:31 -0500 Subject: [PATCH] CSS: make class=solid-item work outside of the highlights-block --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index aebb074..0d2352f 100644 --- a/style.css +++ b/style.css @@ -223,7 +223,7 @@ dl.services dd{ font-size:2em; line-height:1em; } -#highlights-block .solid-item{ +.solid-item{ background-color: #EEEEEE; color: #666666; text-transform: uppercase; -- 2.44.0