TiddlyWiki classic doesn't create paragraph <p> elements. That's why there 
are some styling problems. It allways creates <br> elements for linebreaks. 

div[tags~="Storyline"].tiddler .viewer  .p {margin-bottom: 5px; }
>

try padding-bottom

div[tags~="Storyline"].tiddler .viewer  .p {padding-bottom: 5px; }

----------
The following stuff may not work for you but who knows. For me it increases 
the readability of the "source text a lot". I use it with all of my spaces.

I do use a LineBreakHack plugin, that modifys the <br> handling.

The plugin can be found here: 
http://line-break-hack.tiddlyspace.com/#LineBreakHack 

use the following text between "------", to see the difference /activate 
plugin / deactivate plugin

-------

! heading 1

some text, some text, some text, 
some text, some text, some text,

some text, some text, some text, 
some text, some text, some text,
* list
** list lvl 2

* list
** list lvl 2

some text, some text, some text, 
some text, some text, some text,

# list
## list lvl 2

# list
## list lvl 2

''bold text used for discriptions''
<<<
some text, some text, some text, 
>some text, some text, some text,
<<<

!!! heading 3

some text, some text, some text, 
some text, some text, some text,

---------------

-mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to