nus-mtp/attack-on-tutor

View on GitHub
public/css/lobby.css

Summary

Maintainability
Test Coverage

Fallback background (hex or RGB) should precede RGBA background.
Open

    background:rgba(242, 84, 84, 0.4);
Severity: Minor
Found in public/css/lobby.css by csslint

The property -epub-word-break is compatible with -ms-word-break and should be included as well.
Open

    -ms-word-break: break-all; 
Severity: Minor
Found in public/css/lobby.css by csslint

The property -epub-hyphens is compatible with -moz-hyphens and should be included as well.
Open

    -moz-hyphens: auto; 
Severity: Minor
Found in public/css/lobby.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color:rgba(242, 84, 84, 0.4);
Severity: Minor
Found in public/css/lobby.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-top: 0px;
Severity: Minor
Found in public/css/lobby.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-bottom: 0px;
Severity: Minor
Found in public/css/lobby.css by csslint

Expected (normal | keep-all | break-all) but found 'break-word'.
Open

    word-break: break-word; 
Severity: Minor
Found in public/css/lobby.css by csslint

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

.chat-area {
Severity: Minor
Found in public/css/lobby.css by csslint

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

body {
Severity: Minor
Found in public/css/lobby.css by csslint

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

.explanation-area {
Severity: Minor
Found in public/css/lobby.css by csslint

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

.damagelog {
Severity: Minor
Found in public/css/lobby.css by csslint

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

h3 {
Severity: Minor
Found in public/css/lobby.css by csslint

There are no issues that match your filters.

Category
Status