That worked perfectly! Many thanks, wolfgang! I was going about it the wrong way - trying to figure out where it was listing the UL elements and removing those attributes - I hadn't thought of overriding the display just for that location. Very cool...
Thanks again! On Oct 12, 1:15 pm, wolfgang <[email protected]> wrote: > Hi Matt, > > > > I understand about inherited traits > > > and CSS, but how can I override those settings and display it the way > > > I want? > > In the StyleSheetLayout shadowed tiddler (under the right hand sidebar > 'More' tab) you'll find the css to overwrite by adding your custom > definition in the shadowed StyleSheet tiddler. > > The definition you would like to apply to #sidebarOptions is already > found applied to tagging: > > .tagged{float:right;margin:0.5em} > .tagging{display:none;float:left;margin:0.5em 0.5em 0.5em 0} > .tagging ul,.tagged ul{list-style:none;margin:0.25em;padding:0} > .tagging,.tagged{font-size:0.9em;padding:0.25em} > > Therefore, writing the following in the StyleSheet would probably > display lists in the sidebar as you wanted them: > > #sidebarOptions ul{list-style:none;margin:.25em;padding:0} > > (untested) > > 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 -~----------~----~----~----~------~----~------~--~---

