Skip to content

Commit

Permalink
Cleaned up versions. Added site title back to navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpilledMilkCOM committed Dec 6, 2017
1 parent 7984120 commit 54918e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 5 additions & 0 deletions SpilledMilkSiteNew/Content/Site.css
Expand Up @@ -94,6 +94,11 @@ textarea {
transition: all 0.5s;
}

.navHeader {
color: white;
font-size: large;
}

/*@media (max-width: 400px)
{
.navbar-header {
Expand Down
7 changes: 1 addition & 6 deletions SpilledMilkSiteNew/Views/Home/Versions.cshtml
Expand Up @@ -27,15 +27,10 @@
<td>Description</td>
</tr>
</thead>
<tr>
<td>5.1.0</td>
<td>2016-06-21</td>
<td>Added Instagram button to the top menu.</td>
</tr>
<tr>
<td>5.0.3</td>
<td>2016-06-21</td>
<td>Added Instagram button to the top menu.</td>
<td>Added Instagram &amp; Facebook buttons to the top menu.</td>
</tr>
<tr>
<td>5.0.2</td>
Expand Down
7 changes: 4 additions & 3 deletions SpilledMilkSiteNew/Views/Shared/_Layout.cshtml
Expand Up @@ -65,7 +65,10 @@
3) ALT tags - Using more descriptive words in the ALT tags will allow SEO rankings to improve.
*@

<a href="~/Home/Index" class="navbar-left"><img src="~/Images/Spilled Milk Logo.png" alt="Spilled Milk Comics Logo" height="40" /></a>
<span class="navbar-left navHeader">
<a href="~/Home/Index" ><img src="~/Images/Spilled Milk Logo.png" alt="Spilled Milk Comics Logo" height="40" /></a>
&nbsp;&nbsp;&nbsp;&nbsp;Spilled Milk Comics
</span>

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
Expand All @@ -87,8 +90,6 @@
<li>@Html.ActionLink("Buy", "Buy", "Home")</li>
<li>@Html.ActionLink("Contact", "Contact", "Home")</li>
</ul>

@*@Html.Partial("_LoginPartial")*@
</div>
</div>
</div>
Expand Down

0 comments on commit 54918e0

Please sign in to comment.