Skip to content

Commit

Permalink
Footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Oct 24, 2023
1 parent 9708c6e commit 2956775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
14 changes: 0 additions & 14 deletions custom template/vvvv_modern/partials/footer.tmpl copy.partial

This file was deleted.

10 changes: 6 additions & 4 deletions custom template/vvvv_modern/partials/footer.tmpl.partial
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<footer class="border-top">
<div class="container-xxl">
<div class="d-flex flex-column flex-sm-row justify-content-between pt-1 text-center small">
<p class="broughtToYou">Brought to you by <a href="https://vvvv.org">vvvv.org</a> | <a href="https://www.visualprogramming.net">visualprogramming.net</a></p>
<p>Made with <a href="https://dotnet.github.io/docfx">docfx</a></p>
<div class="container-xxl">
<div class="flex-fill">
<div class="d-flex flex-column flex-sm-row justify-content-between pt-1 text-center small mx-3">
<p>Brought to you by <a href="https://vvvv.org" target="_blank">vvvv.org</a> | <a href="https://www.visualprogramming.net" target="_blank">visualprogramming.net</a></p>
<p>Made with <a href="https://dotnet.github.io/docfx" target="_blank">docfx</a></p>
<p><a href="#top">Back to top</a></p>
</div>
</div>
</div>
</footer>
20 changes: 0 additions & 20 deletions custom template/vvvv_modern/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,26 +90,6 @@ kbd
top: 120px;
}

.broughtToYou
{
color: #666666;
font-size: 13px;
}

.broughtToYou a
{
color: #333333;
text-decoration: none;
margin: 0px;
}

.broughtToYou a:hover
{
color: #000000;
border-bottom: 1px solid #000000;
margin-bottom: 3px;
}

.article
{
margin-top: 120px;
Expand Down

0 comments on commit 2956775

Please sign in to comment.