#3252 closed defect (bug) (wontfix)
Reset.css should be updated to version 2.0
Reported by: | karmatosed | Owned by: | karmatosed |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | |
Cc: |
Description
http://meyerweb.com/eric/tools/css/reset/ is what we should be using not v1
Attachments (2)
Change History (9)
#2
@
13 years ago
There were 2 things that seemed added on top of the version 1.0 reset.css these were:
body { background:#fff; } a img { border: none; }
These are probably both for backwards compatibility.
I have added 2 patches as a result:
- resettwo.diff - without those added
- resettwoback.diff - with those added in case keeping them back in is preferred.
#5
@
13 years ago
- Resolution set to wontfix
- Status changed from reopened to closed
On review of the changes in v2, and discussion with karmatosed on IRC, decided against updating to v2.0 as the additions are mostly HTML5 resets, which doesn't make much sense to include in BP-Default (which isn't HTML5).
r-a-y: I agree. We're probably going to do that. Keep an eye on #3243
I would also propose merging reset.css directly to the top of default.css to reduce a server request.