http://qs321.pair.com?node_id=475738


in reply to Can the log out link be moved somewhere else?

You have the ability to do this youself.

Copy the log out link to your Personal Nodelet, scratchpad, home node or even a bookmark, and then add #titlebar-link-000 { display: none; } or similar to the Stylesheet section of your your user settings.

    --k.


  • Comment on Re: Can the log out link be moved somewhere else?

Replies are listed 'Best First'.
Re^2: Can the log out link be moved somewhere else?
by CountZero (Bishop) on Jul 18, 2005 at 16:21 UTC
    Or if you still want to see the log-out link, use #titlebar-link-000 {margin-right: 150px;}. Adapt the 150px to whatever value seems best for your screen width.

    This will push out the link to the left, hopefully past the SOPW link.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law