aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-02-10 16:46:57 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2018-02-10 16:46:57 +0000
commit47bb4be1e296a3d5a0758593c06dd2f057566009 (patch)
treef77234b8b25a3696bbcee4a53afe4cdcab6f79e4 /index.html
parent2f5c1d2b2f75026003e40187bffa0da3de52df26 (diff)
downloadsql-plus-plus-47bb4be1e296a3d5a0758593c06dd2f057566009.tar.xz
sql-plus-plus-47bb4be1e296a3d5a0758593c06dd2f057566009.zip
Clean up data table css
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index a458211..3c85b64 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
<link rel="stylesheet" href="node_modules/codemirror/lib/codemirror.css"></link>
<link rel="stylesheet" href="node_modules/codemirror/theme/dracula.css"></link>
+ <link rel="stylesheet" href="node_modules/datatables/media/css/jquery.dataTables.css"></link>
<link rel="stylesheet" type="text/css" href="./style.css"></link>
<link rel="stylesheet" type="text/css" href="./table-style.css"></link>
</head>