Hi Morris,
There isn't that much in StyleSheetLayout tiddler to define the
sidebarOptions display:
#sidebar{font-size:.9em;position:absolute;right:3px;width:16em}
#sidebarOptions{padding-top:0.3em}
#sidebarOptions a{display:block;margin:0 0.2em;padding:0.2em 0.3em}
#sidebarOptions input{margin:0.4em 0.5em}
if you change
#sidebarOptions a{display:block;
to
#sidebarOptions a{display:inline
no linebreaks will be created after each link.
But maybe it's better to create a custom wrapper, so that regular
links are still displayed the way they are?
Regards..
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---