BTW, we have site.css, screen.css and print.css both in xdocs and
xdocs/stylesheets folders.
It look like that used version is in xdocs. So I'll remove these files
from xdocs/stylesheets if nobody objects.
SY, Alexey
2007/11/21, Alexey Petrenko <[EMAIL PROTECTED]>:
> Aleksey,
>
> it looks like cheating :)
>
> The problem is in the following css statement:
> === screen.css ===
> #harmonyLogo {
> float: left;
> }
> === screen.css ===
>
> If you will remove it or change to "text-align: left" everything will
> work ok without banner. But banner is moved to the left if it is
> exist...
> So I think that we should play with this properties a little.
>
> SY, Alexey
>
> 2007/11/21, Aleksey Shipilev <[EMAIL PROTECTED]>:
> > Tim,
> >
> > Do you want something like this?
> >
> > Index: xdocs/stylesheets/site.vsl
> > ===================================================================
> > --- xdocs/stylesheets/site.vsl (revision 596676)
> > +++ xdocs/stylesheets/site.vsl (working copy)
> > @@ -262,12 +262,7 @@
> > <!-- Logo -->
> > #getProjectImage()
> >
> > - <!-- Advertisement -->
> > - <a href="http://www.apachecon.com/2007/US/index.html">
> > - <img id="advertisement"
> > -
> > src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"
> > - width="234" height="60"
> > - alt="ApacheCon US 2007" /></a>
> > +
> > </div> <!-- pageHeader -->
> >
> > <div id="navigationmenu">
> > Index: xdocs/site.css
> > ===================================================================
> > --- xdocs/site.css (revision 596676)
> > +++ xdocs/site.css (working copy)
> > @@ -28,6 +28,7 @@
> > padding-bottom: 5px;
> > border-bottom: 1px solid gray;
> > margin-bottom: 5px;
> > + height: 55px;
> > }
> >
> > #pageFooter {
> >
> >
> > Thanks,
> > Aleksey.
> >
> > On Nov 21, 2007 3:30 PM, Tim Ellison <[EMAIL PROTECTED]> wrote:
> > > I tried to remove the old ACon advert in our banner, but when I did that
> > > the <div> layout gets all messed up. Anyone know how to remove it
> > > successfully? My hacks did not work as I had hoped.
> > >
> > > Thanks,
> > > Tim
> > >
> >
>