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

Create default Sass styles for tables #10

Closed
ghost opened this issue Mar 19, 2015 · 2 comments
Closed

Create default Sass styles for tables #10

ghost opened this issue Mar 19, 2015 · 2 comments
Assignees

Comments

@ghost
Copy link

ghost commented Mar 19, 2015

No description provided.

@linasmatakas linasmatakas self-assigned this Nov 25, 2015
@linasmatakas
Copy link
Contributor

I found a snippet in our codepen - http://codepen.io/devbproto/pen/XmgZva?editors=110 , cleaned it up and updated. Tested on Chrome, Firefox, IE9, IE10, IE11, Safari 8.

Discuss during meeting:

  • Should we have all of it in the starter template?
  • Do we need thead, tfoot?

linasmatakas added a commit that referenced this issue Dec 4, 2015
@linasmatakas
Copy link
Contributor

Added these styles to starter-template:

table {
    //border-collapse: collapse;
    //table-layout: fixed;
    width: 100%;
}

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