Who says you can't refactor CSS? Your code formatter is misconfigured. It's moving around a lot of code that it already correctly-formatted. Notice (among other things) it's indenting code that appears after single-line comments.
Add copyright headers to the css files. Since comments are stripped, there's no runtime cost and it encourages site-local duplication of the files. http://gwt-code-reviews.appspot.com/859801/diff/1/21 File user/src/com/google/gwt/user/cellview/client/CellTreeBasic.css (right): http://gwt-code-reviews.appspot.com/859801/diff/1/21#newcode33 user/src/com/google/gwt/user/cellview/client/CellTreeBasic.css:33: .cellTreeKeyboardSelectedItem { /* background-color: #ffff00; */ Do these commented-out rules need to be retained? http://gwt-code-reviews.appspot.com/859801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
