> http://experiments.tiddlyspot.com/index.html
> shows the misalignment of the sidebar tabs under "More"

Normally, the tabs in a tabset do not wrap onto multiple lines...  if
they are too wide too wide to fit the available space, they simply
overflow to the right.  However, with
   http://www.TiddlyTools.com/#CoreTweaks##657
installed, the tabs are permitted to wrap onto multiple lines as
needed.

In your particular case, the "More" tabset is actually just a *tiny
bit* too wide to fit the sidebar in your customized theme layout...
but it didn't appear as a noticeable problem until CoreTweak657
enabled "tab wrapping" behavior in your document.

You can easily fix this in your theme definition by adding:
   #sidebarTabs .tabContents { white-space:nowrap; }

Note: you can also define some 'CSS shortcut' classes to control word
wrapping for any tiddler content you want, like this:
   .nowrap { white-space:nowrap; }
   .wrap { white-space:normal; }
Then, use them like this:
   {{nowrap{<<tabs ... >>}}}
or even:
----
{{nowrap{This is a long sentence that will stay on one line, {{wrap
{except for this part}}}, but this will also be on one line no matter
what}}}
----
...of course, the above example is supposed to be written onto one
line, regardless of how many newlines GoogleGroups insists on adding :-
(

see also:
   http://www.TiddlyTools.com/#StyleSheetShortcuts
for pre-written definitions of the .wrap and .nowrap classes, as well
as many other classes for quickly formatting content in a variety of
ways.

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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to