Text input rendering issue with Twitter Bootstrap

后端 未结 8 1489
天命终不由人
天命终不由人 2020-12-15 04:18

I\'m trying to use Twitter\'s bootstrap for a quick few pages. I\'m having problems getting text fields to render like they do at http://twitter.github.com/bootstrap/

8条回答
  •  死守一世寂寞
    2020-12-15 05:10

    http://twitter.github.com/bootstrap/scaffolding.html

    Requires HTML5 doctype Bootstrap makes use of HTML elements and CSS properties that require the use of the HTML5 doctype. Be sure to include it at the beginning of every Bootstrapped page in your project.

    
    
      ...
    
    

提交回复
热议问题