dcfemtech / hackforgood-waba-map

DCFemTech Hack for Good 2016 - WABA Bike Map Project
MIT License
10 stars 9 forks source link

Convert UI menu from tables to divs #137

Open alulsh opened 7 years ago

alulsh commented 7 years ago

Right now the UI menu uses HTML tables - <table>, <tr>, and <td> elements.

Tables should only be used for tabular data, like that which you'd store in an Excel spreadsheet. Tables shouldn't be used to UI elements.

Let's convert the HTML table to use <div> elements instead. We can properly style the UI widget using CSS.

/cc @hareno44