Moneyvate/invoices-site

View on GitHub
app/assets/stylesheets/work_logs.css.scss

Summary

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

.large-7.columns {
    td {
        text-align: center;
    }

    tfoot td {
        text-align: left;
    }
}