landing updates
This commit is contained in:
@@ -38,8 +38,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* override gitea defaults */
|
/* override gitea defaults */
|
||||||
.page-content > #alex-landing:first-child {
|
.page-content > :first-child:not(.secondary-nav) {
|
||||||
margin-top: 0 !important;
|
margin-top: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,6 @@
|
|||||||
window.GITEA_SUB_URL = "{{AppSubUrl}}";
|
window.GITEA_SUB_URL = "{{AppSubUrl}}";
|
||||||
</script>
|
</script>
|
||||||
<!-- update version when changed to reset cloudflare cache -->
|
<!-- update version when changed to reset cloudflare cache -->
|
||||||
<script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=6"></script>
|
<script src="{{AppSubUrl}}/assets/js/custom-landing.js?v=7"></script>
|
||||||
<link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css?v=6">
|
<link rel="stylesheet" href="{{AppSubUrl}}/assets/css/custom-landing.css?v=7">
|
||||||
{{template "base/footer" .}}
|
{{template "base/footer" .}}
|
||||||
|
|||||||
Reference in New Issue
Block a user