On 11/23/2009 06:02 PM, Walter Mazza wrote:
I don't know if this would be the best method but try adding this to your CSS
/* This will position the "current revision" div absolutely, right aligned */ #mw-revisiontag { position: absolute; right: 2em; } /* This will adjust the top margin of the TOC the approximate height of the "current revision" so they don't overlap*/ #tocwrapper { margin-top: 1em; }
Thanks.. that kind of worked :-) I need to do some fine tuning on it, but the result is in the right direction.
Thanks for the tip... much appreciated.
C.