Fix js error but add a stylelint error

This commit is contained in:
rejas 2020-03-11 11:43:45 +01:00
parent f22e39e22b
commit f3d45eff69
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.currentweather .weathericon, .currentweather .weathericon,
.currentweather .fa-home { .currentweather .fa-home {
font-size: 75%; font-size: 75%;
line-height: 65px; line-height:65px;
display: inline-block; display: inline-block;
-ms-transform: translate(0, -3px); /* IE 9 */ -ms-transform: translate(0, -3px); /* IE 9 */
-webkit-transform: translate(0, -3px); /* Safari */ -webkit-transform: translate(0, -3px); /* Safari */

View File

@ -8,7 +8,7 @@
// Modules listed below can be loaded without the 'default/' prefix. Omitting the default folder name. // Modules listed below can be loaded without the 'default/' prefix. Omitting the default folder name.
var defaultModules = [ var defaultModules = [
'alert', "alert",
"calendar", "calendar",
"clock", "clock",
"compliments", "compliments",