Mercurial > public > mercurial-scm > hg
diff tests/test-hgweb.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 | 93493746c89a |
children | ac08ff370977 |
line wrap: on
line diff
--- a/tests/test-hgweb.t Sat Jul 13 17:43:19 2013 +0400 +++ b/tests/test-hgweb.t Sat Jul 13 17:44:46 2013 +0400 @@ -259,13 +259,14 @@ <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/2ef0ac749a14/">[up]</a></td> <td class="size"></td> <td class="permissions">drwxr-xr-x</td> </tr> - <tr class="fileline parity1"> + <tr class="fileline"> <td class="name"> <a href="/file/2ef0ac749a14/da"> <img src="/static/coal-folder.png" alt="dir."/> da/ @@ -278,7 +279,7 @@ <td class="permissions">drwxr-xr-x</td> </tr> - <tr class="fileline parity0"> + <tr class="fileline"> <td class="filename"> <a href="/file/2ef0ac749a14/foo"> <img src="/static/coal-file.png" alt="file"/> foo @@ -287,6 +288,7 @@ <td class="size">4</td> <td class="permissions">-rw-r--r--</td> </tr> + </tbody> </table> </div> </div>