http://brdoco.com/gallery2
I'm trying to integrate gallery2 into my site... and have got everything except for one little thing. I want the gbTopFlag and gbBottomFlag div's to be 100% width. I've modified the borders for gbTopFlag/gbBottomFlag (red) and gsFooter (gray) to make it easier to see.
In /gallery2/templates/local/layout.css.php I added the width attribute to
.gbTopFlag, .gbBottomFlag {
margin: 0;
padding: 4px 0 4px 0;
width: 100%;
}
but nothing happens. The gbTopFlag/gbBottomFlag width's still aren't 100%. Am I missing a style somewhere?
Thanks!
brian