Add TODO comments to the CSSLint overrides which we should remove

This commit is contained in:
Eric Ferraiuolo 2013-06-05 16:36:36 -04:00
parent bd84997ac5
commit da406368dd
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/*csslint adjoining-classes:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/
.pure-menu ul {
position: absolute;

View File

@ -1,4 +1,5 @@
/*csslint box-model:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/
.pure-paginator {
list-style: none;

View File

@ -1,4 +1,5 @@
/*csslint adjoining-classes:false*/
/*TODO: Remove this lint rule override after a refactor of this code.*/
/* MAIN MENU STYLING */