.viewer pre {
background: none repeat scroll 0 0 #FFFFCC;
border: 1px solid #FFEE88;
}
tiddlywiki.com #3 (line 116)
.viewer pre {
font-size: 1.2em;
line-height: 1.4em;
margin-left: 0.5em;
overflow: auto;
padding: 0.5em;
}
We need to change the left margin
from
margin-left: 0.5em;
to
margin-left: 2.5em;
That will shift the text left by two em - the width of 2 characters.
Add it to your StyleSheet and Bob's a Gudgeon.
ALex
> --
> You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
> To post to this group, send email to tiddl...@googlegroups.com.
> To unsubscribe from this group, send email to tiddlywiki+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
>
>
* List item 1
* List item 2 - Code:
{{classname{
text to be formatted
}}}
* List item 13
With CSS something like: