Skip to content

Normalize .pure-table {th,tfoot} -> text-align: left? #591

@lkraav

Description

@lkraav

I'm running into default alignment peculiarities in situations where .pure-table tfoot th elements are browser-defaulted to text-align: center.

BACKGROUND RESEARCH
http://stackoverflow.com/questions/11321065/th-text-align-compatibility
http://stackoverflow.com/questions/28306885/default-text-align-for-th-in-google-chrome
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th

We already have `.pure-table thead { text-align: left; }.

I'm proposing this should include .pure-table tfoot, too.

EDIT not sure about normalizing at th level. Thoughts welcome.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions