Thanks for the tips, everyone!
 
I tried clearing the border styles in all three of the ways Colm suggested 
but didn't immediately see the border effect I was going for. I have to 
admit, that made me skeptical about the notion that the styles had to be 
cleared — but then I thought I'd go back to StyleSheetLayout and 
StyleSheetColors as Mario suggested to have a look at all the different ways 
in which borders were set. Working through them, I realized there were 
several different inherited styles that I had to clear.
 
Here's the version that finally got the results I was going for:
 

> .viewer table .rowBreaks,
> table.twtable .rowBreaks,
> .viewer .rowBreaks tr,
> .viewer .rowBreaks td,
> .twtable .rowBreaks tr,
> .twtable .rowBreaks td {
> border:none;
> border-bottom:1px dotted [[ColorPalette::PrimaryMid]];
> }

:D
 
----
 
For anyone stumbling across this thread in the future, it may be worth 
noting that I didn't clear and reset the two classes for table header rows:
 

> .viewer table thead,
> .viewer table th
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to