On Monday, June 23, 2014 11:33:23 PM UTC+2, Mark Booth wrote:
>
> /* 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; 
> } 
>  
>

try:  

.editor input, .editor textarea {
        display:block; width:100%; 
        font-family: 'Consolas', monospace; 
} 

See the comma.


-- 
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/d/optout.

Reply via email to