I'm into explicit and long tiddler titles and the 2006 "CSS tweak for
long tiddler titles" from gkw* keeps the timeline easy and pleasant to
read thanks to "reverse indent" (i.e. "hanging" indent).
I'd like to know if working around the word-wrap parameter could bring
a sort of broken-off preview of the title instead of cascading it on
several lines.
Getting truncated titles is no problem as hovering displays it
entirely.
Thank you.
*: here is gkw CSS bit:
/*{{{*/
#sidebarTabs .tabContents li {
text-indent: -10px;
padding-left: 15px;
padding-right: 5px;
word-wrap: word-break;
}
/*}}}*/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---