summaryrefslogtreecommitdiff
path: root/header.html
blob: c2ffb26fbaea15f7ba4c53db1a4c95fe3367bc0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<link href="/git/assets/fonts/fonts.min.css" rel="stylesheet" type="text/css">
<link href="/git/assets/css/cgit.css" rel="stylesheet" type="text/css">
<link href="/git/assets/css/gruvbox.css" rel="stylesheet" type="text/css">
<link href="/git/assets/css/jquery.mCustomScrollbar.min.css" rel="stylesheet" type="text/css">
<script src="/git/assets/js/jquery.min.js"></script>
<script src="/git/assets/js/jquery.mCustomScrollbar.min.js"></script>
<script>
$(function() {
$('.hscroll-pane').mCustomScrollbar({
    axis: 'x',
    theme: 'minimal',
    autoHideScrollbar: true,
    autoDraggerLength: true,
    scrollInertia: 100,
    mousewheel: { enable: false }
}); });
</script>