georgebellos/real_estate

View on GitHub

Showing 829 of 829 total issues

Selector user_name should be written in lowercase with hyphens
Open

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

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

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

Avoid using id selectors
Open

  #twitter-button {

Property 'display' should be placed on own line
Open

    width: auto; display:inline;

Selector gmaps4rails_map should be written in lowercase with hyphens
Open

  .gmaps4rails_map img{ max-width: none; }

Use // comments everywhere
Open

    /*text-align: center;*/

Rule declaration should be followed by an empty line
Open

  }

Use // comments everywhere
Open

/*debugging information*/

Selector footnotes_debug should be written in lowercase with hyphens
Open

div#footnotes_debug {

Rule declaration should be preceded by an empty line
Open

  input {

Each selector in a comma sequence should be on its own single line
Open

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

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

    background-color: rgb(50, 50, 50);

Rule declaration should be followed by an empty line
Open

}

0px should be written without units as 0
Open

  margin: 0px;

0px should be written without units as 0
Open

    margin: 5px 0px 0px 30px;

Properties should be ordered background, box-shadow, opacity
Open

      opacity:1.0;

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

  ul li:first-child > a {

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

  border-top: 1px solid rgb(255, 255, 255);

Expected item on line 82 to appear before line 79. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

  @include border-radius(2px, 2px);

Opening curly brace { should be preceded by one space
Open

#search-query-entries  {
Severity
Category
Status
Source
Language