APO-Epsilon/apo-website

View on GitHub
css/GameBoy.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

div#storageListingMasterContainer {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div.menubar, div#GameBoy > div#gfx, div.window > div.button_rack, ul.menu {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#GameBoy > div#gfx > canvas {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#settings {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#GameBoy {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

body > div#fullscreenContainer {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#gfx {
Severity: Minor
Found in css/GameBoy.css by csslint

3 IDs in the selector, really?
Open

div#GameBoy > div#gfx > span#port_title {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#input_select, div#save_importer {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#about > div#about_message, div#instructions > div#keycodes {
Severity: Minor
Found in css/GameBoy.css by csslint

Use of !important
Open

    top: 40px !important;
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#download_all_storage {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#settings > div#toggle_settings > div.setting {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#instructions {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

body > div#fullscreenContainer > canvas#fullscreen.minimum {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#terminal > div#terminal_output > span.red:before {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#terminal > div#terminal_output > span.yellow:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#local_storage_popup {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#terminal > div#terminal_output > span.red {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#about > div#about_message > h1 {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#settings > div#toggle_settings > div.setting:hover {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#terminal {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#terminal > div#terminal_output > span.yellow {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#settings > div#toggle_settings {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#input_select, div#save_importer {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#terminal > div#terminal_output > span.white:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div.storageList a, div#download_all_storage a {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#about {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#terminal > div#terminal_output > span.white {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#settings > div#toggle_settings > div.setting input {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#about > div#about_message, div#instructions > div#keycodes {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

body > div#fullscreenContainer > canvas#fullscreen.maximum {
Severity: Minor
Found in css/GameBoy.css by csslint

2 IDs in the selector, really?
Open

div#terminal > div#terminal_output {
Severity: Minor
Found in css/GameBoy.css by csslint

3 IDs in the selector, really?
Open

div#GameBoy > div#gfx > span#title {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Don't use IDs in selectors.
Open

div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#fullscreenContainer) is overqualified, just use #fullscreenContainer without element name.
Open

body > div#fullscreenContainer > canvas#fullscreen.minimum {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (canvas#fullscreen.minimum) is overqualified, just use #fullscreen without element name.
Open

body > div#fullscreenContainer > canvas#fullscreen.minimum {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#gfx) is overqualified, just use #gfx without element name.
Open

div#GameBoy > div#gfx > span#port_title {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#about) is overqualified, just use #about without element name.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 10px 0px 0px 0px;
Severity: Minor
Found in css/GameBoy.css by csslint

Element (canvas#fullscreen.maximum) is overqualified, just use .maximum without element name.
Open

body > div#fullscreenContainer > canvas#fullscreen.maximum {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#GameBoy) is overqualified, just use #GameBoy without element name.
Open

div.menubar, div#GameBoy > div#gfx, div.window > div.button_rack, ul.menu {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#save_importer) is overqualified, just use #save_importer without element name.
Open

div#input_select, div#save_importer {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#local_storage_listing) is overqualified, just use #local_storage_listing without element name.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#settings) is overqualified, just use #settings without element name.
Open

div#settings {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal_output) is overqualified, just use #terminal_output without element name.
Open

div#terminal > div#terminal_output > span.white {
Severity: Minor
Found in css/GameBoy.css by csslint

Values of 0 shouldn't have units specified.
Open

    bottom: 0px;
Severity: Minor
Found in css/GameBoy.css by csslint

Element (canvas#fullscreen.minimum) is overqualified, just use .minimum without element name.
Open

body > div#fullscreenContainer > canvas#fullscreen.minimum {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#about) is overqualified, just use #about without element name.
Open

div#about {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#local_storage_listing) is overqualified, just use #local_storage_listing without element name.
Open

div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#GameBoy) is overqualified, just use #GameBoy without element name.
Open

div#GameBoy > div#gfx > canvas {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal > div#terminal_output > span.white {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (span#title) is overqualified, just use #title without element name.
Open

div#GameBoy > div#gfx > span#title {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal_output) is overqualified, just use #terminal_output without element name.
Open

div#terminal > div#terminal_output > span.red:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#keycodes) is overqualified, just use #keycodes without element name.
Open

div#about > div#about_message, div#instructions > div#keycodes {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#about_message) is overqualified, just use #about_message without element name.
Open

div#about > div#about_message > h1 {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal > div#terminal_output > span.red {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#instructions) is overqualified, just use #instructions without element name.
Open

div#instructions {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#GameBoy) is overqualified, just use #GameBoy without element name.
Open

div#GameBoy > div#gfx > span#port_title {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal_output) is overqualified, just use #terminal_output without element name.
Open

div#terminal > div#terminal_output > span.white:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#about) is overqualified, just use #about without element name.
Open

div#about > div#about_message > h1 {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#GameBoy) is overqualified, just use #GameBoy without element name.
Open

div#GameBoy {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#fullscreenContainer) is overqualified, just use #fullscreenContainer without element name.
Open

body > div#fullscreenContainer > canvas#fullscreen.maximum {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#settings) is overqualified, just use #settings without element name.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#download_all_storage) is overqualified, just use #download_all_storage without element name.
Open

div.storageList a, div#download_all_storage a {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal_output) is overqualified, just use #terminal_output without element name.
Open

div#terminal > div#terminal_output > span.yellow {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#instructions) is overqualified, just use #instructions without element name.
Open

div#about > div#about_message, div#instructions > div#keycodes {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#GameBoy) is overqualified, just use #GameBoy without element name.
Open

div#GameBoy > div#gfx > span#title {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal_output) is overqualified, just use #terminal_output without element name.
Open

div#terminal > div#terminal_output > span.yellow:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#toggle_settings) is overqualified, just use #toggle_settings without element name.
Open

div#settings > div#toggle_settings > div.setting {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#settings) is overqualified, just use #settings without element name.
Open

div#settings > div#toggle_settings > div.setting input {
Severity: Minor
Found in css/GameBoy.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 10px 0px 0px 0px;
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#gfx) is overqualified, just use #gfx without element name.
Open

div#GameBoy > div#gfx > span#title {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (span#port_title) is overqualified, just use #port_title without element name.
Open

div#GameBoy > div#gfx > span#port_title {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal > div#terminal_output {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#freeze_listing) is overqualified, just use #freeze_listing without element name.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#toggle_settings) is overqualified, just use #toggle_settings without element name.
Open

div#settings > div#toggle_settings > div.setting input {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (canvas#fullscreen.maximum) is overqualified, just use #fullscreen without element name.
Open

body > div#fullscreenContainer > canvas#fullscreen.maximum {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#gfx) is overqualified, just use #gfx without element name.
Open

div#GameBoy > div#gfx > canvas {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#freeze_listing) is overqualified, just use #freeze_listing without element name.
Open

div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal > div#terminal_output > span.red:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (button.left) is overqualified, just use .left without element name.
Open

div.window > div.button_rack > button.left {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (button.center) is overqualified, just use .center without element name.
Open

div.window > div.button_rack > button.center {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal > div#terminal_output > span.white:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal > div#terminal_output > span.yellow {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal > div#terminal_output > span.yellow:before {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#settings) is overqualified, just use #settings without element name.
Open

div#settings > div#toggle_settings > div.setting {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (button.right) is overqualified, just use .right without element name.
Open

div.window > div.button_rack > button.right {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#settings) is overqualified, just use #settings without element name.
Open

div#settings > div#toggle_settings > div.setting:hover {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#gfx) is overqualified, just use #gfx without element name.
Open

div#gfx {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#toggle_settings) is overqualified, just use #toggle_settings without element name.
Open

div#settings > div#toggle_settings {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#input_select) is overqualified, just use #input_select without element name.
Open

div#input_select, div#save_importer {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#storageListingMasterContainer) is overqualified, just use #storageListingMasterContainer without element name.
Open

div#storageListingMasterContainer {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal_output) is overqualified, just use #terminal_output without element name.
Open

div#terminal > div#terminal_output {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#toggle_settings) is overqualified, just use #toggle_settings without element name.
Open

div#settings > div#toggle_settings > div.setting:hover {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#gfx) is overqualified, just use #gfx without element name.
Open

div.menubar, div#GameBoy > div#gfx, div.window > div.button_rack, ul.menu {
Severity: Minor
Found in css/GameBoy.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 10px 0px 0px 0px;
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#fullscreenContainer) is overqualified, just use #fullscreenContainer without element name.
Open

body > div#fullscreenContainer {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#local_storage_popup) is overqualified, just use #local_storage_popup without element name.
Open

div#local_storage_popup {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#about_message) is overqualified, just use #about_message without element name.
Open

div#about > div#about_message, div#instructions > div#keycodes {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal) is overqualified, just use #terminal without element name.
Open

div#terminal, div#about, div#settings, div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#download_all_storage) is overqualified, just use #download_all_storage without element name.
Open

div#download_all_storage {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#terminal_output) is overqualified, just use #terminal_output without element name.
Open

div#terminal > div#terminal_output > span.red {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#about) is overqualified, just use #about without element name.
Open

div#about > div#about_message, div#instructions > div#keycodes {
Severity: Minor
Found in css/GameBoy.css by csslint

Element (div#settings) is overqualified, just use #settings without element name.
Open

div#settings > div#toggle_settings {
Severity: Minor
Found in css/GameBoy.css by csslint

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

html {
Severity: Minor
Found in css/GameBoy.css by csslint

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

div.menubar > span:active {
Severity: Minor
Found in css/GameBoy.css by csslint

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

ul.menu {
Severity: Minor
Found in css/GameBoy.css by csslint

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

div.menubar > span:hover {
Severity: Minor
Found in css/GameBoy.css by csslint

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

div#gfx {
Severity: Minor
Found in css/GameBoy.css by csslint

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

    -webkit-user-select: none;
Severity: Minor
Found in css/GameBoy.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;
Severity: Minor
Found in css/GameBoy.css by csslint

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

div.menubar {
Severity: Minor
Found in css/GameBoy.css by csslint

Expected (<repeat-style>#) but found 'none'.</repeat-style>
Open

    background-repeat: none;
Severity: Minor
Found in css/GameBoy.css by csslint

Duplicate property 'margin' found.
Open

    margin: 0;
Severity: Minor
Found in css/GameBoy.css by csslint

Duplicate property 'padding' found.
Open

    padding: 10px;
Severity: Minor
Found in css/GameBoy.css by csslint

Expected (<font-style>) but found 'bold'.</font-style>
Open

    font-style: bold;
Severity: Minor
Found in css/GameBoy.css by csslint

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

    padding: 0 0 3px 0;
Severity: Minor
Found in css/GameBoy.css by csslint

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

    padding: 2px 5px 2px 15px;
Severity: Minor
Found in css/GameBoy.css by csslint

Duplicate property 'padding' found.
Open

    padding: 0;
Severity: Minor
Found in css/GameBoy.css by csslint

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

    padding: 3px;
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#GameBoy > div#gfx > span#port_title {
Severity: Minor
Found in css/GameBoy.css by csslint

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

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

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

body > div#fullscreenContainer > canvas#fullscreen.maximum {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#gfx {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.menubar > span {
Severity: Minor
Found in css/GameBoy.css by csslint

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

body > div#fullscreenContainer {
Severity: Minor
Found in css/GameBoy.css by csslint

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

body > div#fullscreenContainer > canvas#fullscreen.minimum {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#download_all_storage {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#settings > div#toggle_settings {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.window > div.button_rack {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#terminal > div#terminal_output {
Severity: Minor
Found in css/GameBoy.css by csslint

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

ul.menu > li {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#GameBoy > div#gfx > canvas {
Severity: Minor
Found in css/GameBoy.css by csslint

Heading (h1) should not be qualified.
Open

div#about > div#about_message > h1 {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#about > div#about_message > h1 {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.menubar > span:hover {
Severity: Minor
Found in css/GameBoy.css by csslint

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

ul.menu {
Severity: Minor
Found in css/GameBoy.css by csslint

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

ul.menu > li:hover > ul.menu {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#GameBoy > div#gfx > span#title {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.menubar > span:active {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#about > div#about_message, div#instructions > div#keycodes {
Severity: Minor
Found in css/GameBoy.css by csslint

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

ul.menu:hover {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#settings > div#toggle_settings > div.setting {
Severity: Minor
Found in css/GameBoy.css by csslint

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

html {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#about {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.menubar, div#GameBoy > div#gfx, div.window > div.button_rack, ul.menu {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.window {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.menubar {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.window > div.button_rack > button {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#settings > div#toggle_settings > div.setting:hover {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div#local_storage_listing, div#freeze_listing {
Severity: Minor
Found in css/GameBoy.css by csslint

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

div.storageList {
Severity: Minor
Found in css/GameBoy.css by csslint

There are no issues that match your filters.

Category
Status