On Mar 4, 8:10 am, aspirant <hyp3r...@gmail.com> wrote:
> I want to remove the sidebar on the left entirely and reclaim that
> space.
> It would be nice to leave just a wee bit of whitespace to the left of
> my tiddlers, so that they aren't flush w/ the left side of the page.

put the following CSS in [[StyleSheet]]:
   #sidebar { display:none; }
   #displayArea { margin-right:1em; }

However... once you hide the sidebar, it will be difficult to actually
work with your document, since all the useful command will be hidden.
One way around this is to put a TiddlyLink to the sidebar commands
into the MainMenu, like this:
   [[commands|SideBarOptions]]

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to