Content deleted Content added
moving text-align: center; from table cells in Module:WeatherBoxColors to table row here: less redundancy |
m table header scope="row" |
||
Line 175:
local result, color_str, value_str;
result = {'|- style="text-align: center;"\n! scope="row" style="height: 16px;" | ', label, "\n"}
for i = 1,13 do
color_str = color_values[i];
|