The examples render the same in Firefox and differently in Chrome. The reason is as I stated above: the extra margin comes from the browsers built in default CSS styles. These styles are often slightly different between browsers; that's the purpose of the stylesheet normalise that we use ( http://necolas.github.io/normalize.css/). In this case, the normalise stylesheet isn't in fact normalising definition list layout.
Best wishes Jeremy On Wed, Jul 9, 2014 at 3:36 PM, Matabele <[email protected]> wrote: > Hi > > I get: > > > <https://lh3.googleusercontent.com/-5LS2Y8jHXzE/U71TXRPYeAI/AAAAAAAAAcE/k_QsyNywS00/s1600/rendering.jpg.jpg> > regards > > > On Wednesday, July 9, 2014 4:13:16 PM UTC+2, Stephan Hradek wrote: >> >> >> >> Am Mittwoch, 9. Juli 2014 15:11:55 UTC+2 schrieb Matabele: >>> >>> >>> I'm still confused -- why then when I write: >>> >>> <dl> >>> <dd>some text</dd> >>> <dd><dd>some text</dd></dd> >>> <dd><dd><dd>some text</dd></dd></dd> >>> </dl> >>> >>> -- is the output different to: >>> >>> :some text >>> ::some text >>> :::some text >>> >> >> Is it? >> >> -- Jeremy Ruston mailto:[email protected] -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

