CVS commit: htdocs
"Constantine A. Murenin" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: htdocs Committed By: cnst Date: Sat Sep 7 00:27:29 UTC 2019 Modified Files: htdocs: global.css Log Message: global.css: second go at table borders. * Limit application to content that has been converted to the new design, to avoid applying to mail-index.n.o, which has non-table data in a table. * Use border-collapse for a gradual (re)introduction of table borders, so there's only a single line between each cell, instead of multiple lines. * Use a 3px border for th, because with the border-collapse, the background of individual headers would otherwise wash into each other. * Do not apply any border to empty cells, to avoid too many borders on builds.cgi before it gets converted to proper table[@rowspan] usage. Also, fix a recent media query whilst here. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 htdocs/global.css Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.