The loaded CSS code that you included, I believe there are responses in it. If you look at the Bootstraps site, they include both versions in the source code.
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
The easiest way to do this would be to include a file boostrap.css, notbootstrap-responsive.css
Jako source
share