From: Andy Allan Date: Wed, 18 Mar 2020 10:27:36 +0000 (+0100) Subject: Use bootstrap table striping to replace hand-cycled table stripes X-Git-Tag: live~3572^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5fdada204cf92d8ca99300927713724aaaf1b2bd?hp=5fdada204cf92d8ca99300927713724aaaf1b2bd Use bootstrap table striping to replace hand-cycled table stripes This cuts down on the complexity of having to use the `cycle` function and makes the templates easier to read. CSS-based striping has been around for many years. The CSS is in order to keep our custom colour for striped tables. ---