# HG changeset patch # User Paul Boddie # Date 1445005145 -7200 # Node ID afc9b603fccabcffd1cdc013bb28be5c8a366b8d # Parent d3f276fb7b289fc27f793a2b21ac7ff6bd8e9fd5 Top-align counter-proposal table cell details. diff -r d3f276fb7b28 -r afc9b603fcca htdocs/styles.css --- a/htdocs/styles.css Fri Oct 16 16:14:03 2015 +0200 +++ b/htdocs/styles.css Fri Oct 16 16:19:05 2015 +0200 @@ -122,6 +122,11 @@ background-color: #af8; } +table.counters td, +table.counters th { + vertical-align: top; +} + /* New event controls. */ .newevent-with-periods {