Fix the footer to be on all pages (except the repo view page due to an issue), fix the double body tag issue and add padding to content pages
This commit is contained in:
parent
c7e9b0d9f6
commit
45680d4a8e
10 changed files with 86 additions and 58 deletions
|
@ -67,7 +67,7 @@
|
|||
<!-- Content view -->
|
||||
<div class="repo-content" ng-show="currentTag.image">
|
||||
<!-- Image History -->
|
||||
<div id="image-history">
|
||||
<div id="image-history" style="max-height: 10px;">
|
||||
<div class="row">
|
||||
<!-- Tree View container -->
|
||||
<div class="col-md-8">
|
||||
|
|
Reference in a new issue