I can’t figure out what’s wrong. There rounded edges seem to replicate
itself across the entire span of the screen.
Best guess would be that something’s setting the width of the wrapper
(that creates the edges) to 100% while leaving the inside box at the
correct width. You’ll probably have more luck firing up your favorite
DOM inspector (either Safari or Firebug) and going from there.
‘repeat’ is the default value of that attribute; the real problem is
in the width inherited from the scaffold CSS. Try commenting out that
line in scaffold.css and see what happens.
–Matt J.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.