Sub-issue of #1190252: [573] Use csslint as a weapon to beat the crappy CSS out of Drupal core
Inline with the CSS cleanup efforts of the HTML5 initiative, using CSSLint at http://csslint.net provides a quick way to code-sniff our css and tweak styles.
- Copy and paste the the stylesheet(s) below into the css lint tool at http://csslint.net and test.
- Fix any warnings or errors the tool finds.
- Patch Drupal 8 locally and make sure the css changes have not broken anything visually.
- Create patch and upload for the testbot.
Files: modules/simpletest/simpletest.css
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1663164-simpletest-css-cleanup.patch | 2.68 KB | droplet |
Comments
Comment #1
droplet commentedThis is very bad and I can't find any usage example.
Comment #2
droplet commentedhttp://drupal.org/node/1649780
Comment #3
webchickMarking as a duplicate of #1217040: Clean up the CSS for Simpletest module, which is older and has a patch.