Fix CSS glitches. Improve show/hide.

This commit is contained in:
Michael Teeuw
2016-04-01 10:25:55 +02:00
parent ac7fc587ee
commit a1973faa06
4 changed files with 29 additions and 19 deletions
+1 -7
View File
@@ -20,10 +20,4 @@
.calendar .time {
padding-left: 30px;
text-align: right;
}
.calendar table {
width: 100%;
border-spacing: 0px;
border-collapse: separate;
}
}
+1 -6
View File
@@ -11,9 +11,4 @@
.weatherforecast .min-temp {
padding-left: 20px;
padding-right: 0px;
}
.weatherforecast table {
border-spacing: 0px;
border-collapse: separate;
}
}