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

TH used on TBODY rows looks ugly #322

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

TH used on TBODY rows looks ugly #322

dyve opened this issue Sep 28, 2011 · 2 comments

Comments

@dyve
Copy link

dyve commented Sep 28, 2011

Thanks for using the select[multiple] fix.

Table headers (without fix) are ugly when used horizontally, like this:

http://jsbin.com/igufoc/4

The "big bottom border" styling should only be applied to TH inside THEAD and TFOOT, and possible also to TD inside THEAD and TFOOT. It's more of a THEAD/TFOOD property than a TH property.

@JakeWharton
Copy link

Just ran into this as well. Had to apply custom styles to the <th> anyway so was able to mitigate but having it fixed in the framework for the default shouldn't be too hard.

Relates to/dupes #316.

@mdo
Copy link
Member

mdo commented Sep 29, 2011

Closing since it's a dup.

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

3 participants