Skip to content

Commit

Permalink
(less) Fixes twbs#11623: Reset position to static for grid columns wi…
Browse files Browse the repository at this point in the history
…thin tables to unfuck borders in IE9/10 and Firefox
  • Loading branch information
mdo committed Dec 1, 2013
1 parent 5260ee5 commit 82e238c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tables.less
Expand Up @@ -133,6 +133,7 @@ th {
// Reset default table behavior

table col[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
float: none;
display: table-column;
}
Expand Down

0 comments on commit 82e238c

Please sign in to comment.