georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

Rule declaration should be followed by an empty line
Open

  }

1.0em should be written without the mantissa as 1em
Open

    font-size: 1.0em;

0px should be written without units as 0
Open

    margin: 5px 0px 0px 30px;

Rule declaration should be followed by an empty line
Open

  }

0.5 should be written without a leading zero as .5
Open

    margin-bottom: 0.5em;

0.5 should be written without a leading zero as .5
Open

    margin-bottom: 0.5em;

Properties should be ordered border-color, border-style, border-width, -moz-box-shadow, -webkit-box-shadow, box-shadow, padding
Open

    padding: 6px;

0px should be written without units as 0
Open

  @include box-shadow(0px 1px 5px rgba(185, 188, 194, 0.8));

Properties should be ordered float, margin-top
Open

  margin-top: 2px;

Selector should have depth of applicability no greater than 3, but was 4
Open

  ul li:first-child > a {

Properties should be ordered color, font-size, font-weight, height, line-height, padding-left
Open

    padding-left: 5px;

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: white;

Avoid using id selectors
Open

#search-query-head span, #search-filter-head span {

0.18 should be written without a leading zero as .18
Open

  border-bottom: 1px solid rgba(0, 0, 0, 0.18);

Nesting should be no greater than 3, but was 4
Open

      img {

Rule declaration should be followed by an empty line
Open

      }

Avoid using id selectors
Open

#form-login, #form-signup {

Color white should be written in hexadecimal form as #ffffff
Open

  background: white;

Avoid using id selectors
Open

  #user_email, #user_password, #user_name, #user_password_confirmation {

Rule declaration should be followed by an empty line
Open

  }
Severity
Category
Status
Source
Language