Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert UI menu from tables to divs #137

Open
alulsh opened this issue Oct 22, 2016 · 0 comments
Open

Convert UI menu from tables to divs #137

alulsh opened this issue Oct 22, 2016 · 0 comments

Comments

@alulsh
Copy link
Member

alulsh commented Oct 22, 2016

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

@alulsh alulsh added this to the Tech Lady Hackathon milestone Oct 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant