I'm using Twitter's Bootstrap to create the HTML/CSS for my website. I run into a problem when creating the forms, however:
As you can see the inputs are too skinny for the text. I have tested with my own code, as well as copy/pasting the exact code from their documentation:
http://twitter.github.com/bootstrap/base-css.html#forms
I am including two resources:
<link href="../bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="../bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
As far as I can tell they are loading correctly. Am I missing a resource?