joshsoftware/code-curiosity

View on GitHub
app/assets/stylesheets/commits.scss

Summary

Maintainability
Test Coverage
// Place all the styles related to the Commits controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

form#filters, .reveal_all {
  float: right;
}

td, th {
  text-align: center;
}

input#query, input#to, input#from{
  margin-right: 5px;
}

.reward {
  display: none;
}

input#query {
  width: 200px;
}