In message <[email protected]> on
Sun, 22 Jun 2014, PMario <[email protected]> writes
>Do you use a "vanilla" TiddlyWiki or one with a modified theme.
>May be your StyleSheet tiddler isn't activated in the right way.
>Is it possible to point us to your TW, if it is public.
Theme wise, it's vanilla, my current StyleSheet contains:
/*{{{*/
/* Blockquote margins are too fat */
.viewer blockquote { margin-left: 1em; }
.viewer blockquote blockquote { margin-left: 0.5ex; }
/* I think in-tiddler bordered elements (tables and pre blocks)
* should line up */
.viewer table, .viewer table.twtable { margin-left: 0.5em; }
.tagged {margin:0.5em; } .tagged li, .tagged ul { display:inline; }
.tagging {margin:0.5em; } .tagging li, .tagging ul { display:inline; }
/* Failed attempt to get the editor area to be monospaced. This works
fine in StyleSheetLayout, but not here */
/*
.editor input, .editor textarea {display:block; width:100%;
font-family: 'Consolas' monospace;
}
*/
/*}}}*/
and StyleSheetPrint contains:
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton,
#backstageArea {display: none !important;}
#displayArea {margin: 1em 1em 0em;}
noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where
print preview displays the noscript content */
.tagged {margin:0.5em; } .tagged li, .tagged ul { display:inline; }
.tagging {margin:0.5em; } .tagging li, .tagging ul { display:inline; }
}
/*}}}*/
with all of the rest v2.6.5 standard (i.e. shadowed).
I know that StyleSheet is being used because the tag insets are all
horizontal, as I want them, so it must be something else.
Regards,
Mark..........
--
Mark Booth
--
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.