Just add that custom CSS code to the bottom of the StyleSheet[1] shadow
tiddler[2], which can be accessed via the sidebar's More > Shadowed tab.
Alternatively, you might use blockquotes[3]:
> blockquote, level 1
>> blockquote, level 2
>>> blockquote, level 3
HTH.
-- F.
[1] http://www.tiddlywiki.org/wiki/StyleSheet
[2] http://www.tiddlywiki.org/wiki/Shadow_Tiddlers
[3] http://www.tiddlywiki.org/wiki/TiddlyWiki_Markup#Blockquotes
On Sat, Sep 20, 2008 at 1:21 AM, BarryS <barry.s...@virgin.net> wrote:
> [...]
> Can someone provide an 'idiots' guide into where this [[StyleSheet]]
> that I need to edit is, and also where in the [[StyleSheet]] I paste
> the above lines.
StyleSheet is a tiddler. You can find a link to it in your right
sidebar -- under the More tab, choose the Shadowed tab and look under
"S".
What goes in StyleSheet is CSS (see here:
http://reference.sitepoint.com/css/css ). Eric's code is a discrete
chunk of the CSS language, so it can go anywhere where it's not in the
middle of some other chunk of CSS. At the top or bottom of the
tiddler is a safe bet.
Cheers
;Daniel
--
Daniel Baird
/to be or not to be/ => /(2b|[^2]b)/ => /(2|[^2])b/ => /.b/
...optimise your regexes, people!