[Tiki-devel] The default look of tables

Volker Wysk <post-hhF2Jplw28UoZk/[email protected]> Thu, 02 May 2024 09:34:57 +0200
Newsgroups gmane.comp.cms.tiki.devel
Message-ID <[email protected]>
Hi.

Tables in wiki pages, using the Tiki default style sheet, don't look good at
all. There are no borders. Sure, this can be improved with a custom style
sheet. 

Configurability is good. But you shouldn't be *forced* to configure. There
should be a reasonable default. 

So I ask you, the Tiki team, to add the following to Tiki's default style
sheet. It will draw borders in tables.

table
{
    margin: 0 0 0 0;
    border-collapse: collapse;
    width: auto;
}

th, td
{
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: 1px solid tan;
}

td p {
    margin: 0;
    padding: 0;
}

Cheers,
Volker


_______________________________________________
TikiWiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel