From 6bd3418b5929b2ff79ace5185fa3a02577ad5f90 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 28 Feb 2012 17:21:55 -0800 Subject: [PATCH] Fixing a css property in TheThemeMachine --HG-- branch : 1.x --- src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css index 6908f6548..a18a82dbe 100644 --- a/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css +++ b/src/Orchard.Web/Themes/TheThemeMachine/Styles/Site.css @@ -327,7 +327,7 @@ nav ul .content-items li { padding: 0; margin: 0; } .content-items .content-item { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; } .content-items .content-item header {} -.content-items .content-item header h1 { font-size: 1.308em; color:#ff0000; } +.content-items .content-item header h1 { font-size: 1.308em; color:#434343; } .content-items .content-item header h1 a { color: #434343; } .content-items .content-item header h1 a:hover {}