georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

Prefer single quoted strings
Open

@import "bootstrap/thumbnails";

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

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

Prefer single quoted strings
Open

@import "globals/all";

Opening curly brace { should be preceded by one space
Open

  .map_container img{ max-width: none; }

Avoid using id selectors
Open

  #twitter-button {

Prefer single quoted strings
Open

@import "bootstrap/utilities"; // Has to be last to override when necessary

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

  color: green;

Empty rule
Open

.reset-btn {

Avoid using id selectors
Open

#wrap {

Colon after property should be followed by one space
Open

    padding:0 12px;

Rule declaration should be followed by an empty line
Open

  }

Properties should be ordered line-height, list-style
Open

    list-style: none;

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be preceded by an empty line
Open

  h3 {

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

    font-size: 1.0em;

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

    border-bottom: 1px solid rgb(112, 112, 112);

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

    font-size: 1.1em;

Avoid using id selectors
Open

  #footer-bottom {

Properties should be ordered bottom, min-width, position, right
Open

    position: absolute;

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

  background: white;
Severity
Category
Status
Source
Language