SwordElucidator/American-parliamentary-debate-society

View on GitHub
app/assets/stylesheets/home.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#join {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#home {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#about, #announcements {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#about, #announcements {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#leadership {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#join h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#join .btn.btn-primary.btn-lg {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#ocf-logo {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#join-button{
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#home h1{
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Don't use IDs in selectors.
Open

#announcements {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 40px;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 10px;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 5% 10%;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 10% 25%;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 10px;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Using height with padding can sometimes make elements larger than you expect.
Open

    padding: 40px;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Adjoining classes: .btn.btn-primary.btn-lg
Open

.btn.btn-primary.btn-lg {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Fallback background (hex or RGB) should precede RGBA background.
Open

    background: rgba(0,0,0,0.6);
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Adjoining classes: #join .btn.btn-primary.btn-lg
Open

#join .btn.btn-primary.btn-lg {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Adjoining classes: #join .btn.btn-primary.btn-lg
Open

#join .btn.btn-primary.btn-lg {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Adjoining classes: .btn.btn-primary.btn-lg
Open

.btn.btn-primary.btn-lg {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-bottom: 0px;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 0px;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px;
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Element (footer.container) is overqualified, just use .container without element name.
Open

footer.container {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) has already been defined.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) has already been defined.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) has already been defined.
Open

#join h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) has already been defined.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) should not be qualified.
Open

#home h1{
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) should not be qualified.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#join-button{
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) should not be qualified.
Open

#join h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.leader-profile-box, .leader-profile-box a {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.container-fluid {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#join {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

footer.container {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.input-title, .input-content {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.container-edit {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#about, #announcements {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

input[type="submit"] {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.btn.btn-primary.btn-lg {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#leadership {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.leader-img {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#home h1{
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.leader-description {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#ocf-logo {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.carousel-inner > .item > img,
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) should not be qualified.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

Heading (h1) should not be qualified.
Open

#about h1, #announcements h1, #leadership h1 {
Severity: Minor
Found in app/assets/stylesheets/home.css by csslint

There are no issues that match your filters.

Category
Status