remomueller/tasktracker

View on GitHub

Showing 957 of 957 total issues

Selector colorpicker_hsb_h should be written in lowercase with hyphens
Open

.colorpicker_hsb_h {

Rule declaration should be followed by an empty line
Open

}

Selector colorpicker_hex should be written in lowercase with hyphens
Open

.colorpicker_hex {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Colon after property should be followed by one space
Open

  font-weight:300;

Properties should be ordered font-size, font-weight, margin-bottom, text-align
Open

  text-align:center;

Colon after property should be followed by one space
Open

  margin-bottom:20px;

Avoid qualifying class selectors with an element.
Open

table.month-stickies th {

Properties should be ordered padding, text-align
Open

  text-align: center;

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

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {

Avoid qualifying class selectors with an element.
Open

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {

Selector colorpicker_rgb_g should be written in lowercase with hyphens
Open

.colorpicker_rgb_g {

0px should be written without units as 0
Open

  margin-bottom: 0px;

Use // comments everywhere
Open

/* About Page Styling */

Colon after property should be followed by one space
Open

  line-height:36px;

Colon after property should be followed by one space
Open

  font-size:18px;

Colon after property should be followed by one space
Open

  text-align:center;

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

  border-color: #dddddd;

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

  background-color: #d9edf7;
Severity
Category
Status
Source
Language