Hmmm - looks like puts two line breaks instead of paragraphs, so the css
doesn't know to indent it.

2009/6/22 bfillip <barbara.fil...@gmail.com>

>
> I'm struggling to find a way to indent every first line of every
> paragraph of text in every tiddler.
>
> Ideally, it would apply only to tiddlers with a specific tag but I'll
> settle for having it work for all tiddlers.


div.tiddler[tag~=value] .viewer {
              text-indent: 50px;
}


>
>
> I've put ".viewer {text-indent: 50px;}" in the stylesheet tiddler but
> it creates the wanted indent only for the first paragraph of the
> tiddlers.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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