# HG changeset patch # User Matt Mackall # Date 1285020072 18000 # Node ID 55dc918c21d5abda3e76b7f3c205a43481dea7c3 # Parent 0c2c969e032bbaa746e6bc254a488c5f5018c61e tests: fix hgweb template change diff -r 0c2c969e032b -r 55dc918c21d5 tests/test-hgweb.out --- a/tests/test-hgweb.out Sun Sep 19 21:20:38 2010 -0500 +++ b/tests/test-hgweb.out Mon Sep 20 17:01:12 2010 -0500 @@ -276,6 +276,7 @@ tr.dark, .parity1 { background-color:#f6f6f0; } tr.dark:hover, .parity1:hover { background-color:#edece6; } td { padding:2px 5px; font-size:12px; vertical-align:top; } +td.closed { background-color: #99f; } td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; } td.indexlinks { white-space: nowrap; } td.indexlinks a {