[tw] Re: How do I stop tiddler titles from wrapping in sidebar?

2009-02-24 Thread Eric Weir
On Feb 24, 2009, at 12:38 PM, Eric Shulman wrote: > Try this: > #sidebarTabs .tabContents { white-space:nowrap; } Thanks, Eric. -- Eric Weir Decatur, GA USA eew...@bellsouth.net --~--~-~--~~~

[tw] Re: How do I stop tiddler titles from wrapping in sidebar?

2009-02-24 Thread Eric Shulman
Try this: #sidebarTabs .tabContents { white-space:nowrap; } 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

[tw] Re: How do I stop tiddler titles from wrapping in sidebar?

2009-02-24 Thread Eric Weir
On Feb 24, 2009, at 11:39 AM, FND wrote: > Try this: > #sidebarTabs .listLink { > white-space: nowrap; > } > (largely untested) Thanks, FND. However, it didn't work. Does the positioning of the code matter? Heres' the SidebarTabs section of the StyleSheet. As you can see, I

[tw] Re: How do I stop tiddler titles from wrapping in sidebar?

2009-02-24 Thread FND
> Eric told me how to stop sidebar tabs from wrapping. I'm wondering if > it's possible to stop tiddler titles in the sidebar from wrapping. Try this: #sidebarTabs .listLink { white-space: nowrap; } (largely untested) -- F. --~--~-~--~~~---~--~-