HansHammel/watchmen

View on GitHub

Showing 1,086 of 1,086 total issues

Use of !important
Open

.visible-xs-inline{display:inline!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .carousel-inner > .active.left
Open

.carousel-inner>.active.left{left:-100%}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .popover.left
Open

.popover.left{margin-left:-10px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .popover.top > .arrow
Open

.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=90)'.</filter-function-list>
Open

.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

.visible-sm-inline{display:inline!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Expected (<filter-function-list> | none) but found 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000' endColorstr='#00000000' GradientType=1)'.</filter-function-list>
Open

.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.carousel-caption{left:20%;right:20%;padding-bottom:30px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

.visible-xs-block{display:block!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .tooltip.top
Open

.tooltip.top{margin-top:-3px;padding:5px 0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .popover.right > .arrow:after
Open

.popover.right>.arrow:after{left:1px;border-left-width:0;border-right-color:#fff}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .carousel-inner > .item.active.left
Open

.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .carousel-inner > .item.active
Open

.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .carousel-inner > .item.prev.right
Open

.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0)}
Severity: Minor
Found in webserver/public/build/style.css by csslint
Severity
Category
Status
Source
Language