Again, if you use something like Firebug, you will be able to see the "path"
to any element. Once you have that, you can style it.
Your example gives HTML of:
<div class="viewer">
<ul>
<dl>
<dd>
<code> Foo bar </code>
</dd>
</dl>
<ul>
</div>
So something like:
.viewer ul dl dd code {
margin-left: 0.5em;
}
Might do the job. Sorry can't test that at the moment though.
Regards, Julian.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/WEhVeS1Ub05zck1K.
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.