diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-10 16:46:57 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-02-10 16:46:57 +0000 |
| commit | 47bb4be1e296a3d5a0758593c06dd2f057566009 (patch) | |
| tree | f77234b8b25a3696bbcee4a53afe4cdcab6f79e4 /index.html | |
| parent | 2f5c1d2b2f75026003e40187bffa0da3de52df26 (diff) | |
| download | sql-plus-plus-47bb4be1e296a3d5a0758593c06dd2f057566009.tar.xz sql-plus-plus-47bb4be1e296a3d5a0758593c06dd2f057566009.zip | |
Clean up data table css
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |