1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Added position: static to table th and td.

This commit is contained in:
dzwillia 2013-12-19 00:10:58 -05:00
parent 87727370e0
commit d9586e2863

View file

@ -141,6 +141,7 @@ table {
td,
th {
&[class*="col-"] {
position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)
float: none;
display: table-cell;
}