I\'m using Twitter Bootstrap as a framework on my Ruby on Rails application.
I use link_to to generate links that are styled as buttons, with the follow
link_to
Did you run a scaffold generator? Scaffold.css will cause this. If you remove it you'll be good to go.
You can also run the generator with --skip-stylesheets to prevent them being created