Standardize: TO STYLELINT!

This commit is contained in:
Nicholas Hubbard
2016-04-05 15:43:52 -04:00
parent 426728058c
commit 7b5b81504b
9 changed files with 1861 additions and 782 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,23 +1,22 @@
.calendar .symbol {
padding-left: 0px;
padding-right: 10px;
font-size: 80%;
padding-left: 0;
padding-right: 10px;
font-size: 80%;
}
.calendar .symbol span {
display: inline-block;
-ms-transform: translate(0px,2px); /* IE 9 */
-webkit-transform: translate(0px,2px); /* Safari */
transform: translate(0px,2px);
display: inline-block;
-ms-transform: translate(0, 2px); /* IE 9 */
-webkit-transform: translate(0, 2px); /* Safari */
transform: translate(0, 2px);
}
.calendar .title {
padding-left: 0px;
padding-right: 0px;
padding-left: 0;
padding-right: 0;
}
.calendar .time {
padding-left: 30px;
text-align: right;
padding-left: 30px;
text-align: right;
}

View File

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

View File

@@ -1,14 +1,14 @@
.weatherforecast .day {
padding-left: 0px;
padding-right: 25px;
padding-left: 0;
padding-right: 25px;
}
.weatherforecast .weather-icon {
padding-right: 30px;
text-align: center;
padding-right: 30px;
text-align: center;
}
.weatherforecast .min-temp {
padding-left: 20px;
padding-right: 0px;
padding-left: 20px;
padding-right: 0;
}