Wherever possible fixed CSSLint warnings.

Had to exclude some unfeasible rules however.
This commit is contained in:
Nick Pack
2013-05-17 13:01:58 +01:00
parent 9db2cff433
commit 26b0b91551
14 changed files with 184 additions and 148 deletions

5
.csslintrc Normal file
View File

@ -0,0 +1,5 @@
{
"unique-headings": false,
"box-model": false,
"font-sizes": false
}