diff options
| author | dzwillia <[email protected]> | 2013-12-19 00:10:58 -0500 |
|---|---|---|
| committer | dzwillia <[email protected]> | 2013-12-19 00:10:58 -0500 |
| commit | d9586e28638b14960bc2260f310dac76078d5f14 (patch) | |
| tree | f2566b0a92854bbc84961b1b3e4774270edebf40 | |
| parent | 87727370e06c1deba7d7aa7196a480cef293a047 (diff) | |
| download | bootstrap-d9586e28638b14960bc2260f310dac76078d5f14.tar.xz bootstrap-d9586e28638b14960bc2260f310dac76078d5f14.zip | |
Added position: static to table th and td.
| -rw-r--r-- | less/tables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index f8c05fecf..c54b0129c 100644 --- a/less/tables.less +++ b/less/tables.less @@ -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; } |
