This has to do with linebreaks (br's) being disabled for columns. If
you are not using IE, you can try finding this section in
MonkeyGTDTheme:
/* IE not doing these right :( */
/* .cols3>br, .col>br { display:none; } */
/* so try this instead. it's annoying and will mean you have trouble
with brs in non-mgtdlist content. .normal might help */
.cols2 br, .cols3 br { display:none; }
.mgtdList br, .normal { display:block!important; }
.col .mgtdList { margin-bottom:1.5em; } /* since we're no longer
seeing the brs... */
And changing it to:
/* IE not doing these right :( */
.cols3>br, .col>br { display:none; }
/* so try this instead. it's annoying and will mean you have trouble
with brs in non-mgtdlist content. .normal might help
.cols2 br, .cols3 br { display:none; }
.mgtdList br, .normal { display:block!important; }
.col .mgtdList { margin-bottom:1.5em; } since we're no longer seeing
the brs... */
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD
TiddlyWiki" group.
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/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---