code cleanup, cleaned up locales folder to only include needed locales

This commit is contained in:
Patrick Tschuchnig
2019-02-11 16:47:24 +01:00
parent e8d931b764
commit 755740e1ba
478 changed files with 98128 additions and 25495 deletions

View File

@@ -0,0 +1,7 @@
<main role="main" class="container">
<h1 class="mt-5">Sticky footer with fixed navbar</h1>
<p class="lead">Pin a fixed-height footer to the bottom of the
viewport in desktop browsers with this custom HTML and CSS. A fixed
navbar has been added with <code>padding-top: 60px;</code> on the <code>body &gt; .container</code>.</p>
<p>Back to <a href="https://getbootstrap.com/docs/4.0/examples/sticky-footer">the default sticky footer</a> minus the navbar.</p>
</main>