comparison templates/header.tmpl @ 586:11578820b5d7

[PATCH] Tags template cleanup -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [PATCH] Tags template cleanup From: Edouard Gomez <edouard.gomez@gmail.com> Tags template cleanup This page lists all tags, thus using divs doesn't structure well the information. Better use a list (ul). Each tag becomes a li element. The li element also carries the parity information. As font style tags are highly deprecated in newer HTML variants get rid of the tt element, relaced by a simple span that gets a CSS class that mimics tt default style (monospaced text) Added CSS classes required to match old style. manifest hash: f8943b8270e20966a04111e7205deefedd8b7075 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx1ijywK+sNU5EO8RAjaAAJoCVaD37YUC6DueL6Kd5D9aoCF8bQCfSWw0 xFVkpEtnr6ST4eyJjR8K17U= =nphb -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sat, 02 Jul 2005 19:16:51 -0800
parents 51626d888526
children 56d81b303656
comparison
equal deleted inserted replaced
585:51626d888526 586:11578820b5d7
29 /* Changelog entries */ 29 /* Changelog entries */
30 .changelogEntry { width: 100%; } 30 .changelogEntry { width: 100%; }
31 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;} 31 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; width: 15%;}
32 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } 32 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
33 .changelogEntry th.firstline { text-align: left; width: inherit; } 33 .changelogEntry th.firstline { text-align: left; width: inherit; }
34
35 /* Tag entries */
36 #tagEntries { list-style: none; margin: 0; padding: 0; }
37 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
38 #tagEntries .tagEntry span.node { font-family: monospace; }
34 --> 39 -->
35 </style> 40 </style>