In my case, the bootstrap minified CSS was causing the issue.
To make bootstrap 3.0.2 responsive in IE8 (emulated using the F12 Developer Tools) I had to:
1 - Set the X-UA-Compatible flag.
2 - Use the non-minified bootstrap.css, instead of bootstrap.min.css