fix weather forecast table height

This commit is contained in:
fewieden 2019-01-04 19:43:07 +01:00
parent ebc57fe494
commit dc363de610

View File

@ -36,6 +36,10 @@
padding-right: 0; padding-right: 0;
} }
.weather tr .weathericon {
line-height: 25px;
}
.weather tr.colored .min-temp { .weather tr.colored .min-temp {
color: #bcddff; color: #bcddff;
} }