diff options
| author | Michael <[email protected]> | 2017-04-08 19:54:29 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-08 19:54:29 -0400 |
| commit | ddc8846be20e872ac2697258763b27b8328ea58b (patch) | |
| tree | d04aa767b7850c41ac4e77616084b5db08a90f74 | |
| parent | 371f4d9faf9fdc1fa4de31c4a5fc04829699f12e (diff) | |
| download | project-unite-ddc8846be20e872ac2697258763b27b8328ea58b.tar.gz project-unite-ddc8846be20e872ac2697258763b27b8328ea58b.tar.bz2 project-unite-ddc8846be20e872ac2697258763b27b8328ea58b.zip | |
Revert full-width footer.
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index 0cc71df..bffcf16 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -180,7 +180,7 @@ </div> - <footer class="navbar navbar-default clearfix" style="padding:5%; width:100%;"> + <footer class="navbar navbar-default content"> <img src="https://cdn.discordapp.com/attachments/217054074326089728/300415125536374795/shiftos-full.png" style="width:auto; height:auto; max-width:250px;" /> <p>© @DateTime.Now.Year Michael VanOverbeek and the ShiftOS Dev Team</p> <p>Website styling courtesy of <a href="http://vicr123.github.io/">Victor Tran</a>.</p> |
