diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-07 15:46:28 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-07 15:46:28 +0100 |
commit | 971cb3568418a08f21ab7551151bb274f44819ac (patch) | |
tree | 397f23fc2bb11372553af6abf1a8c62b99f67249 /index.html | |
parent | 1d70a5005d79ed8d48156baf84fde06b8d6eff3e (diff) |
Unminify the Ladda CSS file
The distributed version of non-minified file is buggy.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |