Loading...
 
Features / Usability

Features / Usability


Re: table line thickness

posts: 3665 United States

I'm sure the line style is theme-dependent. You should be able to modify the CSS quite easily. Something like this:

Copy to clipboard
.table > tbody > tr > td {border-top:3px solid #000}


will make the row separators thicker and darker.

HTH,

- Rick | My Tiki Blog | My Tiki UserPage

Why be a dummy? Get smarty! TikiForSmarties.com
Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
posts: 6 United States

thanks!

is there any way to adjust this on a section by section basis? some way to edit the wiki code?

DS

posts: 4656 Japan

What do you mean by "section"? The borders on tables are specified by CSS, and you could add custom rules. There are ways to specify a CSS rule by Tiki feature (wiki, blogs, forums, etc.), by category, by wiki page, etc. I can be more specific if you can let me know more exactly where the tables are that you want to style in various ways.

-- Gary