fix styles
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user