~edwargix/git.sr.ht

dc8383991e56739086b4bfa5e0ad3b0a62a487f0 — Drew DeVault 6 years ago 7195c5c
Add clearfix after header commit on tree/blob view
2 files changed, 2 insertions(+), 0 deletions(-)

M gitsrht/templates/blob.html
M gitsrht/templates/tree.html
M gitsrht/templates/blob.html => gitsrht/templates/blob.html +1 -0
@@ 40,6 40,7 @@
        {{ commit_time(commit) | date }}
      </span>
    </div>
    <div class="clearfix"></div>
  </div>
</div>
<div class="container-fluid">

M gitsrht/templates/tree.html => gitsrht/templates/tree.html +1 -0
@@ 22,6 22,7 @@
        {{ commit_time(commit) | date }}
      </span>
    </div>
    <div class="clearfix"></div>
  </div>
</div>
<div class="container-fluid">