User Style

Hi Mike,

Just store the CSS selection in a session variable: in the controller:

session[:css] = bla_bla

in the view:

<%= <%= stylesheet_link_tag session[:css] %>