fix styles

This commit is contained in:
Tommy Parnell
2015-10-09 13:42:44 -04:00
parent 9ebd3cd38d
commit feea38cb7e
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
</head>
<body>
<div class="headerwrap">
<h2 class="head"><a asp-action="Index">ASP.NET News Mashups</a></h2>
<h2 class="head"><a class="headlink" asp-action="Index">ASP.NET News Mashups</a></h2>
</div>
<div class="container body-content">
@RenderBody()

View File

@@ -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;
}