summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-07 15:46:28 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-07 15:46:28 +0100
commit971cb3568418a08f21ab7551151bb274f44819ac (patch)
tree397f23fc2bb11372553af6abf1a8c62b99f67249 /index.html
parent1d70a5005d79ed8d48156baf84fde06b8d6eff3e (diff)
Unminify the Ladda CSS file
The distributed version of non-minified file is buggy.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 91cb59c..5910142 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
- <link rel="stylesheet" href="css/ladda-themeless.min.css">
+ <link rel="stylesheet" href="css/ladda-themeless.css">
<!-- App -->
<link rel="stylesheet" href="css/codeq.css" type="text/css">
<link rel="stylesheet" href="css/codeq/console.css" type="text/css">