RocketFuelLeak/RocketFuelLeakSite

View on GitHub
app/assets/stylesheets/forum/topics.scss

Summary

Maintainability
Test Coverage
table.topics-table td {
    > p.topic-title {
        font-size: large;
    }

    > p.topic-meta {
        @extend .small;
        @extend .text-muted;
    }
}