Files | Admin

Notes:

Release Name: 1.0.3

Notes:
A collection of shortcuts and helpers for leveraging a request's env in Rails, such as including a browser-specific stylesheet if one exists or putting a short version of the user agent in the CSS classes of the body tag. 

This eliminates the need for most hacks or conditional comments since you can now get browser-specific with your CSS rules (ex. body.ie6 div { ... })


Changes: === 1.0.3 / 2008-05-09 * 1 major bug fix * ARGH. Stylesheet and javascript helpers weren't including "browsers/" directory in the call to *_tag so it was broked. Incorrect tests let it slip by (helps to sanity check things sometimes, doesn't it?)