Skip to content

Commit

Permalink
Added horizontal divs and max width
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke0000 committed Sep 29, 2017
1 parent 83ee34d commit 40fcb53
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions MMM-MyWeather.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
.MMM-MyWeather {
max-width: 500px;
}

.MMM-MyWeather table {
border-collapse:collapse;
}

.MMM-MyWeather table td {
line-height: 1.75;
}

.MMM-MyWeather table tr {
border-bottom: solid 1px #222;
}

.MMM-MyWeather .weathericon {
font-size: 45%;
line-height: 5px;
Expand All @@ -8,7 +24,6 @@
}
.MMM-MyWeather .day {
padding-left: 0;
# padding-right: 10px;
}

.MMM-MyWeather .vcen {
Expand All @@ -26,19 +41,6 @@
padding-right: 0;
}

.MMM-MyWeather .min-temp {
# padding-left: 10px;
# padding-right: 0;
}

.MMM-MyWeather .forecastText {
# padding-left: 10px;
# padding-right: 0;
# word-wrap: break-word;
# text-align: right;
# rowspan: 0;
}

.MMM-MyWeather .tableheader {
font-size: 75%;
text-align: center;
Expand Down

0 comments on commit 40fcb53

Please sign in to comment.