mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 20:51:27 +04:00
03c77dafe3
Modern browsers allow decomposing table markup equally well as nested div constructs, therefor migrate our <div> table markup to actual <table> tags but keep the old table/tr/th/td CSS classes for now to allow for a smooth theme transition. Signed-off-by: Jo-Philipp Wich <jo@mein.io>