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

Make tables snap to the grid #327

Closed
dyve opened this issue Sep 28, 2011 · 2 comments
Closed

Make tables snap to the grid #327

dyve opened this issue Sep 28, 2011 · 2 comments
Labels
Milestone

Comments

@dyve
Copy link

dyve commented Sep 28, 2011

Table columns should be able to snap to the grid. Ideally like this:

<tr class="row">
    <td class="span2 columns">
        ....
    </td>
    ....
</tr>

There will probably be some colspan issues, but I'd not pay too much attention to that (leave something for user IQ).

@dashed
Copy link

dashed commented Oct 2, 2011

This is something I'd be interested in.

@mdo
Copy link
Member

mdo commented Oct 4, 2011

Solved in the dev branch. Had to get a bit more specific with quite a few rules, but as an interim this works I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants