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.

  1. Copy and paste the the stylesheet(s) below into the css lint tool at http://csslint.net and test.
  2. Fix any warnings or errors the tool finds.
  3. Patch Drupal 8 locally and make sure the css changes have not broken anything visually.
  4. Create patch and upload for the testbot.

Files: modules/system/system.messages.css (and system.messages-rtl.css)

Comments

schnippy’s picture

Might be missing something but I can't find either of the above referenced files (modules/system/system.messages.css and system.messages-rtl.css) in a fresh pull of 8.x-dev. Weren't these merged into system.theme.css in this ticket:

http://drupal.org/node/916424

marcin.wosinek’s picture

Status: Active » Closed (works as designed)

#1 has right, there is no such files.