I want a specific table to be bordeless

The syntax for wiki tables allows that style string in the top. 

However I couldn't either find a proper style in the default stylesheet to 
get the invisible border or make my own:

tagged `$:/tags/Stylesheet`

.no-border {
border: 0px;
}

and the table I want to make borderless in another tiddler:

|.no-border|k
|myfield|myvalue|

Dev-tools show 

<table class=".no-border">
<tbody>
<tr class="evenRow"><td>myfield</td><td>myvalue</td></tr>
</tbody>
</table>

But the border still renders. What am I doing wrong?


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b21f5c47-4497-4423-857f-2fd073720b80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to