> I've put Eric's wonderful TagCloud into the side bar. The links there have
> display:block property by default.
> That's ok for the menu but doesn't make sense for a tag cloud.
> What should I do to make TagCloud links displayed with 'inline' property
> while keeping the other side bar links with default 'block' property?
> I've put
> .tagCloud a {display:inline;}
> into the StyleSheetTagCloud tiddler but it doesn't work that way.

Because the default TWCore rule in [[StyleSheetLayout]]
   #sidebarOptions a { display:block; }
uses an element ID, it takes priority over your more general rule
   .tagCloud a { display:inline; }
which uses a classname.

To override the TWCore style you need to be more specific:
   #sidebarOptions .tagCloud a { display:inline; }

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

----
TiddlyTools needs YOUR financial support...
Help ME to continue to help YOU...
make a generous donation today:
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to