Author: grendelkhan
Description:
The 'toccolours' CSS class, as it stands, doesn't fully format the table it's a
part of. This requires markup in the tables, which is suboptimal.
I propose the addition of the following to skins/common/common.css:
.toccolours th {
background-color:#ccccff;
text-align:center;
font-size:normal;
}
This is in concurrence with the standard Wikipedia style for navboxes. (See
[[en:Template:OSIModel]], [[en:Template:Gastroenterology]] and so forth.) This
will allow navboxes to be custom-styled along with the rest of the site, as well
as making it considerably easier to write a properly-styled navbox.
Version: unspecified
Severity: enhancement