kirubaharan12345 / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
0 stars 0 forks source link

reset.css and typography.css: put colors at the same place #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current "default" color settings for body are separated into
typography.css and reset.css.

http://www.websitedev.de/css/validator-faq#color

I'll argue that this is a subject to a potential failure if the designer
choose to use, ie only reset.css for users that are using different default
colors (white on black instead of black on white).

The attached patch move the body's background-color to typography which
clean up reset.css from any colors (which aren't really a cross-browser issue).

Cheers,

-- Yoan 

Original issue reported on code.google.com by yoan.blanc on 12 Feb 2008 at 10:04

Attachments:

GoogleCodeExporter commented 8 years ago
Good idea, I've changed this in the repo.

Original comment by ola...@gmail.com on 16 Feb 2008 at 10:57