Skip to content

Commit 6569675

Browse files
committed
Hackage CSS theme takes precedence over datatables.min.css
1 parent bc194a3 commit 6569675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafiles/templates/Html/candidate-index.html.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html>
33

44
<head>
5-
$hackageCssTheme()$
65
<script src="/static/jquery.min.js"></script>
76
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.11.4/sp-1.4.0/datatables.min.css"/>
7+
$hackageCssTheme()$
88

99
<script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.11.4/sp-1.4.0/datatables.min.js"></script>
1010
<title>Package candidates | Hackage</title>

datafiles/templates/Html/table-interface.html.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<html>
33

44
<head>
5-
$hackageCssTheme()$
65
$if(!noDatatable)$
76
<script src="/static/jquery.min.js"></script>
87
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.11.4/sp-1.4.0/datatables.min.css"/>
98

109
<script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.11.4/sp-1.4.0/datatables.min.js"></script>
1110
$endif$
11+
$hackageCssTheme()$
1212
<title>All packages by name | Hackage</title>
1313
</head>
1414

0 commit comments

Comments
 (0)