static_pages.css.scss 310 B

123456789101112
  1. // Place all the styles related to the static_pages controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .about td
  5. {
  6. border: 1px solid #ccc;
  7. }
  8. .about tbody tr:nth-child(2n) td, tbody tr.even td {
  9. background: none !important;
  10. }