Mercurial > public > mercurial-scm > hg-stable
diff tests/test-hgweb-empty.t @ 19447:182942b38d24
hgweb: make stripes in directory view with CSS
author | Alexander Plavin <me@aplavin.ru> |
---|---|
date | Sat, 13 Jul 2013 17:44:46 +0400 |
parents | afc23eddc324 |
children | 6f5556454edd |
line wrap: on
line diff
--- a/tests/test-hgweb-empty.t Sat Jul 13 17:43:19 2013 +0400 +++ b/tests/test-hgweb-empty.t Sat Jul 13 17:44:46 2013 +0400 @@ -391,13 +391,15 @@ <th class="size">size</th> <th class="permissions">permissions</th> </tr> - <tr class="fileline parity0"> + <tbody class="stripes2"> + <tr class="fileline"> <td class="name"><a href="/file/000000000000/">[up]</a></td> <td class="size"></td> <td class="permissions">drwxr-xr-x</td> </tr> + </tbody> </table> </div> </div>