/normalizeWebWorks.css

A modification of normalize.css (https://github.com/necolas/normalize.css) for BlackBerry WebWorks applications for working only with Webkit engine.

MIT LicenseMIT

normalizeWebWorks.css v.0.1

A modification of normalize.css for BlackBerry WebWorks applications for working only with Webkit engine.

What does it do?

  • Preserves useful defaults, unlike many CSS resets.
  • Normalizes styles for a wide range of elements.
  • Improves usability with subtle improvements.
  • Explains what a code does using detailed comments.

The difference compared to normalize.css

  • Really, there is not much difference, the file has with 5kb while the original had 7kb. A small reduction of 116 lines. Have just been removed the verifications and treatment for engines different that they are in BlackBerry WebWorks.

Credits