checkstyle/src/site/resources
Michal Kordas d8418e5ab0 Issue #2054: Remove empty CSS rule
Fixes `Rule is empty` inspection violations.

Description:
>An empty rule is one that doesn't contain any properties, such as:
 ```
  .foo {
  }
```
A lot of times, empty rules appear as a result of refactoring without further cleanup. Eliminating empty rules results in smaller file sizes and less style information for the browser to deal with.
2015-08-31 21:10:01 -07:00
..
css Issue #2054: Remove empty CSS rule 2015-08-31 21:10:01 -07:00
files file suppressions_none.xml copied to static site to resolve issue 117, and be ready to use template for download 2014-03-27 16:18:47 -07:00
images XDoc updated 2015-08-17 07:15:24 +03:00
js Issue #1555: Use function after definition 2015-08-29 22:26:30 -07:00