Albert,
Thanks for the reply, however it is not working for me. When I use the 
developer tools in FF or Chrome, I see this for the element. If I uncheck 
the checkbox next to the font size, the font gets bigger. I do not know 
where these properties are defined.

#sidebarOptions .button {
    font-size: 0.7em;
    float: left;
    width: 80px;
    padding: 0px;
    color: rgb(255, 255, 255);

My vague understanding of how this works is that whatever is defined in 
StyleSheets should override whatever is defined elsewhere, correct?
Also, I am using Tiddlyspace, in case that makes a difference. I have tried 
defining the font size in both percent and ems, to no avail.

thanks,
Chris  


On Friday, July 12, 2013 6:05:34 PM UTC-4, Albert Riedinger wrote:
>
> Hi Chris,
> in order to increase the font size, you could add the following CSS code 
> in your StyleSheet tiddler:
>
> #sidebarOptions .button { font-size:125%; }
>
>
>>  
>>
>
>

-- 
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/groups/opt_out.


Reply via email to