georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

Prefer single quoted strings
Open

@import "bootstrap/forms";

Prefer single quoted strings
Open

@import "bootstrap/dropdowns";

Prefer single quoted strings
Open

@import "bootstrap/buttons";

Prefer single quoted strings
Open

@import "compass/css3/user-interface";

Prefer single quoted strings
Open

@import "globals/mixins";

Prefer single quoted strings
Open

@import "globals/placeholders";

Properties should be ordered color, padding-top, text-align
Open

  text-align: center;

Avoid using id selectors
Open

#wrap {

Use // comments everywhere
Open

  /*Negative indent footer by it's height*/

Shorthand form for property padding should be written more concisely as 20px 0px 30px instead of 20px 0px 30px 0px
Open

    padding: 20px 0px 30px 0px;

Avoid using id selectors
Open

   #search_query {

Properties should be ordered border-bottom, margin-bottom, text-align
Open

  text-align: center;

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

    font-size: 1.0em;

0px should be written without units as 0
Open

    padding: 0px 5px;

Color literals like rgb(185, 188, 194) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  border: 1px solid rgb(185, 188, 194);

Prefer single quoted strings
Open

@import "compass";

Properties should be ordered color, font-size, height, line-height, margin-bottom, padding
Open

    font-size: 1.0em;

Color literals like rgba(64, 64, 64, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;

0.1 should be written without a leading zero as .1
Open

    box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;

Avoid using id selectors
Open

  #map img {
Severity
Category
Status
Source
Language