// Place all the styles related to the GamesController controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ #games-table { border-spacing: 0; width: 100%; tr { &.odd { background-color: #fff; } &.even { background-color: #edf; } } td { padding: 0.5em; } } .game-progress p { margin: 0; } .game-title { display: block; margin-bottom: 0.25em; } .game-started, .game-finished { display: block; font-size: 0.8em; color: #777; }