2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

v4: Fix outdated utilites classes

This commit is contained in:
vsn4ik
2016-10-12 01:46:10 +03:00
parent 97b9d12c5d
commit 85327e4f9a
9 changed files with 26 additions and 26 deletions
@@ -23,7 +23,7 @@
<!-- Fixed navbar -->
<div class="pos-f-t">
<div class="collapse" id="navbar-header">
<div class="container bg-inverse p-a-1">
<div class="container bg-inverse p-1">
<h3>Collapsed content</h3>
<p>Toggleable via the navbar brand.</p>
</div>
@@ -54,7 +54,7 @@
<!-- Begin page content -->
<div class="container">
<div class="m-t-1">
<div class="mt-1">
<h1>Sticky footer with fixed navbar</h1>
</div>
<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>