Use twitter-bootstrap and you will forget about it: http://twitter.github.com/bootstrap/base-css.html#tables
Just add the needed gems into your Gemfile: gem 'bootstrap-will_paginate', '~> 0.0.9' gem 'bootstrap-datepicker-rails', '~> 0.6.37' gem 'bootstrap-sass', '~> 2.2.2.0' and require bootstrap in your css file (in the very first line: @import "bootstrap"; and you are done. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/EyA2sMPNDdYJ. For more options, visit https://groups.google.com/groups/opt_out.

