[Rails] Re: forms & link css classes - not working

2009-05-13 Thread Jim
It's not supposed to be 'style', it's 'class'. Destroy and On May 12, 7:16 pm, "wejrow...@gmail.com" wrote: > I used a scaffold to create an interface. I'm trying to style it and > I'm having trouble. In my css I have: > > #content a, a:link, a:visited{ >         color: #ff8400;} > > #content

[Rails] Re: forms & link css classes - not working

2009-05-12 Thread wejrow...@gmail.com
hah! How did I not see that! Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group,

[Rails] Re: forms & link css classes - not working

2009-05-12 Thread Tom Z Meinlschmidt
hi, has to be (style => class) tom wejrow...@gmail.com wrote: > I used a scaffold to create an interface. I'm trying to style it and > I'm having trouble. In my css I have: > > > #content a, a:link, a:visited{ > color: #ff8400; > } > #content a:hover{ > background: #ff8400; >