From feea38cb7e48e80db2f1ed2d0306424a8d29283a Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 9 Oct 2015 13:42:44 -0400 Subject: [PATCH] fix styles --- src/DotNetMashup.Web/Views/Shared/_Layout.cshtml | 2 +- src/DotNetMashup.Web/wwwroot/css/site.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml b/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml index 0f0058d..154df8e 100644 --- a/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml +++ b/src/DotNetMashup.Web/Views/Shared/_Layout.cshtml @@ -11,7 +11,7 @@
-

ASP.NET News Mashups

+

ASP.NET News Mashups

@RenderBody() diff --git a/src/DotNetMashup.Web/wwwroot/css/site.css b/src/DotNetMashup.Web/wwwroot/css/site.css index 3185fb2..d32098f 100644 --- a/src/DotNetMashup.Web/wwwroot/css/site.css +++ b/src/DotNetMashup.Web/wwwroot/css/site.css @@ -74,6 +74,6 @@ code, pre { color: #FFFFFF; text-align:center; } -a.head, a:hover, a:visited{ +a.headlink, a.headlink:hover, a.headlink:visited{ color: #FFFFFF; text-align:center; }