Modulo:TeamBracket: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
r |
r |
||
Riga 361:
self:addGap(r, self.current_col, self.current_width, 'rm')
end
local cell=self.rows[row_base]:tag('td')
:attr('rowspan', '2')
:attr('colspan', self.current_width +1)
:cssText(style.path_bottom)
cell = self.rows[row_base+2]:tag('td')▼
▲ :css('background-color', '#ADD8E6')
▲ self.rows[row_base+2]:tag('td')
:attr('rowspan', '2')
:attr('colspan', self.current_width +1)
:cssText(style.path_top)
▲ :css('background-color', '#ADD8E6')
return row_base
end
|