Module:Climate chart/styles.css: Difference between revisions

Content deleted Content added
move lines inside
add
Line 113:
}
 
.climate-chart-column-precipvalue {
color: blue;
position: absolute;
bottom: .5em;
left: 0;
width: 1.6em;
height: 1.5em;
}
 
.climate-chart-column-precip {
color: blue;
bottom: .5em;
text-align: center;
}
Line 135 ⟶ 138:
}
 
.climate-chart-column-high-temp {,
.climate-chart-column-low-temp {
color: red;
position: absolute;
left: 0;
width: 1.6em;
height: 1.5em;
text-align: center;
}
 
.climate-chart-column-high-temp > span {,
.climate-chart-column-low-temp > span {
font-size: 8070%;
}