search for: browserized_styl

Displaying 1 result from an estimated 1 matches for "browserized_styl".

Did you mean: browserized_styles
2007 Dec 09
5
Browserized Styles Plugin
...Styles provides a dead simple way to create browser- specific CSS code for use in a Rails application. All you need to do is create a .css file targeted to a browser by appending an underscore and identifier to the end. === Installation === script/plugin install http://svn.intridea.com/svn/public/browserized_styles === Example === Let''s say I have some complex CSS code that looks bad in some browsers, but works in others. Let''s also say that i''ve put it into a stylesheet in stylesheets/complex.css. My stylesheet link tag looks something like this: <%= stylesheet_link_tag ...