Deleting " border-radius: 1em;" Got the result you were after. Just changing to " border-radius: 0em;" also works
Not Happy?
Delete $:/themes/tiddlywiki/vanilla/base and the default content will be restored.
I am sure there are more elegant methods like overwriting the CSS in a style sheet because if $:/themes/tiddlywiki/vanilla/base is updated you will not see the update. But this works
But my hack was as follows;
Add to the Tiddler MyStyles tagged $:/tags/Stylesheet
The Whole clause above with your modification, this will override that in the theme.
People with more CSS scill can override just the boarder-radius.
Regards Tony
PMario
unread,
Sep 7, 2017, 4:41:07 AM9/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
On Thursday, September 7, 2017 at 4:00:06 AM UTC+2, TonyM wrote:
But my hack was as follows;
Add to the Tiddler MyStyles tagged $:/tags/Stylesheet
This is best practice and not a hack
The Whole clause above with your modification, this will override that in the theme.
People with more CSS scill can override just the boarder-radius.
-m
Tom Bardout
unread,
Sep 7, 2017, 7:17:57 AM9/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Thanks Tony
TonyM
unread,
Sep 7, 2017, 9:08:17 AM9/7/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Well, I must be more confident then and recognise I have some idea of best practice.