master
candice 2 years ago
parent 9027677c00
commit ff0959e490

@ -237,12 +237,12 @@ table.weather_info {border: 1px solid #d1d1d1;}
.day_weather p {padding-bottom: 15px; } .day_weather p {padding-bottom: 15px; }
.last_day_weather {border-right: none;} .last_day_weather {border-right: none;}
p#todayDate, p#forecastDate1, p#forecastDate2, p#forecastDate3, p#forecastDate4, p#forecastDate5, p#forecastDate6 { font-size: 22px;} p#todayDate, p#forecastDate1, p#forecastDate2, p#forecastDate3, p#forecastDate4, p#forecastDate5, p#forecastDate6 { font-size: 22px;}
table.infotable, table.monthWeather { table.infotable {
border-left: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1;
border-spacing: 0; border-spacing: 0;
margin-bottom: 30px; margin-bottom: 30px;
width: 100%;} width: 100%;}
table.infotable th, table.monthWeather th { table.infotable th {
background: #f6f6f6; background: #f6f6f6;
padding: 15px 10px; padding: 15px 10px;
font-family: 'Goudy Old Style'; font-family: 'Goudy Old Style';
@ -252,14 +252,14 @@ table.infotable th, table.monthWeather th {
line-height: 25px; line-height: 25px;
} }
table.infotable td, table.monthWeather tr td { table.infotable td {
padding: 15px; padding: 15px;
border-right: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9;
font-size: 18px; font-size: 18px;
line-height: 22px; line-height: 22px;
} }
table.infotable tr:nth-child(odd) td, table.monthWeather tr:nth-child(odd) td { table.infotable tr:nth-child(odd) td {
background: #f7f7f7; background: #f7f7f7;
} }

Loading…
Cancel
Save