---- lines and table border colors

24 views
Skip to first unread message

Ed

unread,
Feb 1, 2009, 9:27:12 AM2/1/09
to TiddlyWiki
I messed around with some color palettes, and now I can't figure out
how to change the color of the -------- page separators and the |
table | border colors.

Where in tiddlywiki are these colors set?

FND

unread,
Feb 2, 2009, 4:13:03 AM2/2/09
to Tiddl...@googlegroups.com
> how to change the color of the -------- page separators and the |
> table | border colors.

Try adding the following to your StyleSheet:
.viewer hr {
border-color: #f00;
color: #f00;
}

.viewer table,
.viewer th,
.viewer td {
border-color: #F00;
}

(Note that #f00 is red.)

HTH.


-- F.

Reply all
Reply to author
Forward
0 new messages