diff tests/test-hgweb-descend-empties.t @ 26284:c258f4d2bfb2

coal: reuse style-paper.css and use a separate css file for visual tweaks To remove another big chunk of duplication from coal hgweb style, we can move all visual tweaks to style-extra-coal.css and include it together with style-paper.css.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 18 Sep 2015 14:03:32 +0800
parents b57d05ca8743
children 4b0fc75f9403
line wrap: on
line diff
--- a/tests/test-hgweb-descend-empties.t	Fri Sep 18 01:06:27 2015 +0800
+++ b/tests/test-hgweb-descend-empties.t	Fri Sep 18 14:03:32 2015 +0800
@@ -156,7 +156,8 @@
   <head>
   <link rel="icon" href="/static/hgicon.png" type="image/png" />
   <meta name="robots" content="index, nofollow" />
-  <link rel="stylesheet" href="/static/style-coal.css" type="text/css" />
+  <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
+  <link rel="stylesheet" href="/static/style-extra-coal.css" type="text/css" />
   <script type="text/javascript" src="/static/mercurial.js"></script>
   
   <title>test: c9f45f7a1659 /</title>