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: Wed Sep 4 23:35:21 UTC 2019 Modified Files: htdocs: global.css Log Message: global.css: add border to th, td elements; improve table.developerslist * add a small border around all th and td elements (of all tables), because tables without borders look weird * modify rules around table[@class='developerslist']: - select elements by the table[@class], not td[@class], to make it possible to remove redundant individual classes from the first two td elements of each row - have the `nowrap` applied to the final (forth) column, too, so that "PGP key" text doesn't end up mistakenly broken into two lines - use `vertical-align: middle` so that the username column, with a monospace font, doesn't look out-of-line - remove table margin-left/right that's there for no good reason, and a border-width that was a noop anyways - no more extra random padding for individual td entries, either To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 htdocs/global.css Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.