We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In 2.10.8 the upper line disappears for bootstrap 3.0.0 and tablesorter's bootstrap theme (including widget), see image:
If "position: relative;" is removed from theme.bootstrap.css: .tablesorter-bootstrap .tablesorter-header, .tablesorter-bootstrap tfoot th, .tablesorter-bootstrap tfoot td { font: bold 14px/20px Arial, Sans-serif; position: relative; padding: 8px; margin: 0 0 18px; ....
Then the upper line appears, see image:
The text was updated successfully, but these errors were encountered:
Forgot to say that it's tested in latest chrome and firefox.
Sorry, something went wrong.
most likely there will be a theme for bootstrap2 and one for bootstrap3 since so many things changed
2793de5
Thanks @yeayeah!
No branches or pull requests
In 2.10.8 the upper line disappears for bootstrap 3.0.0 and tablesorter's bootstrap theme (including widget), see image:
If "position: relative;" is removed from theme.bootstrap.css:
.tablesorter-bootstrap .tablesorter-header,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
font: bold 14px/20px Arial, Sans-serif;
position: relative;
padding: 8px;
margin: 0 0 18px;
....
Then the upper line appears, see image:
The text was updated successfully, but these errors were encountered: