mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Fixed footer padding
This commit is contained in:
parent
e534a58a7b
commit
b702e4fc2e
@ -15,14 +15,14 @@ body { padding-top: 70px; }
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
/* Negative indent footer by its height */
|
||||
margin: 0 auto -80px;
|
||||
margin: 0 auto -90px;
|
||||
/* Pad bottom by footer height */
|
||||
padding: 0 0 80px;
|
||||
}
|
||||
|
||||
/* Set the fixed height of the footer here */
|
||||
#footer {
|
||||
height: 60px;
|
||||
height: 70px;
|
||||
text-align: center;
|
||||
padding: 15px 0;
|
||||
margin-top: 20px;
|
||||
|
@ -19,7 +19,7 @@
|
||||
</li>
|
||||
}
|
||||
<li>
|
||||
<a href="@Url.SubAction("profile", "Logout", "Profile", new { area = "Profile" })"></a>
|
||||
<a href="@Url.SubAction("profile", "Logout", "Profile", new { area = "Profile" })">Sign Out</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<add key="webpages:Enabled" value="false" />
|
||||
<add key="ClientValidationEnabled" value="true" />
|
||||
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
||||
<add key="RouteDebugger:Enabled" value="true" />
|
||||
<add key="RouteDebugger:Enabled" value="false" />
|
||||
</appSettings>
|
||||
<!--
|
||||
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
|
||||
|
Loading…
Reference in New Issue
Block a user