frank-borkin/ga-pg

View on GitHub
www/css/index.css

Summary

Maintainability
Test Coverage

Values of 0 shouldn't have units specified.
Open

    margin:0px;
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:0px;
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:2px 0px;
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
Severity: Minor
Found in www/css/index.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:0px;
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin:-115px 0px 0px -112px;  /* offset vertical: half of image height and text area height */
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin:0px;
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
Severity: Minor
Found in www/css/index.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin:0px 30px;
Severity: Minor
Found in www/css/index.css by csslint

Adjoining classes: .event.received
Open

.event.received {
Severity: Minor
Found in www/css/index.css by csslint

Missing vendor-prefixed CSS gradients for Firefox 3.6+, Opera 11.1+.
Open

body {
Severity: Minor
Found in www/css/index.css by csslint

The property -ms-text-size-adjust is compatible with -webkit-text-size-adjust and should be included as well.
Open

    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
Severity: Minor
Found in www/css/index.css by csslint

The property -moz-user-select is compatible with -webkit-user-select and should be included as well.
Open

    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
Severity: Minor
Found in www/css/index.css by csslint

The property -ms-user-select is compatible with -webkit-user-select and should be included as well.
Open

    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
Severity: Minor
Found in www/css/index.css by csslint

Adjoining classes: .event.listening
Open

.event.listening {
Severity: Minor
Found in www/css/index.css by csslint

Standard property 'border-radius' should come after vendor-prefixed property '-webkit-border-radius'.
Open

    -webkit-border-radius:4px;
Severity: Minor
Found in www/css/index.css by csslint

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

    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
Severity: Minor
Found in www/css/index.css by csslint

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

    padding:180px 0px 0px 0px;     /* image height is 200px (bottom 20px are overlapped with text) */
Severity: Minor
Found in www/css/index.css by csslint

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

.app {
Severity: Minor
Found in www/css/index.css by csslint

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

body {
Severity: Minor
Found in www/css/index.css by csslint

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

    .app {
Severity: Minor
Found in www/css/index.css by csslint

There are no issues that match your filters.

Category
Status