[PATCH] hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht
peter.arrenbrecht at gmail.com
Fri Mar 7 07:38:42 UTC 2008
# HG changeset patch
# User Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
# Date 1204875487 -3600
# Node ID e95d45e5c1c48d49c87755e8d5f9ed679d0933cc
# Parent 32e4f0e1d53a8efba16efd8430ba1fe315e699ab
hgweb: fix test results missed by 6218:345a23eca8f6
diff --git a/tests/test-hgweb-commands.out b/tests/test-hgweb-commands.out
--- a/tests/test-hgweb-commands.out
+++ b/tests/test-hgweb-commands.out
@@ -458,8 +458,10 @@ summary |
</table>
<div class="page_footer">
<div class="page_footer_text">test</div>
-<a class="rss_logo" href="/rss-log">RSS</a>
-<a class="rss_logo" href="/atom-log">Atom</a>
+<div class="rss_logo">
+<a href="/rss-log">RSS</a>
+<a href="/atom-log">Atom</a>
+</div>
<br />
</div>
diff --git a/tests/test-hgweb.out b/tests/test-hgweb.out
--- a/tests/test-hgweb.out
+++ b/tests/test-hgweb.out
@@ -106,19 +106,30 @@ tr.dark:hover, .parity1:hover { backgrou
tr.dark:hover, .parity1:hover { background-color:#edece6; }
td { padding:2px 5px; font-size:12px; vertical-align:top; }
td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
+td.indexlinks { white-space: nowrap; }
+td.indexlinks a {
+ padding: 2px 5px; line-height: 10px;
+ border: 1px solid;
+ color: #ffffff; background-color: #7777bb;
+ border-color: #aaaadd #333366 #333366 #aaaadd;
+ font-weight: bold; text-align: center; text-decoration: none;
+ font-size: 10px;
+}
+td.indexlinks a:hover { background-color: #6666aa; }
div.pre { font-family:monospace; font-size:12px; white-space:pre; }
div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
.linenr { color:#999999; text-decoration:none }
-a.rss_logo {
- float:right; padding:3px 6px; line-height:10px;
+div.rss_logo { float: right; white-space: nowrap; }
+div.rss_logo a {
+ padding:3px 6px; line-height:10px;
border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
color:#ffffff; background-color:#ff6600;
font-weight:bold; font-family:sans-serif; font-size:10px;
text-align:center; text-decoration:none;
}
-a.rss_logo:hover { background-color:#ee5500; }
+div.rss_logo a:hover { background-color:#ee5500; }
pre { margin: 0; }
span.logtags span {
padding: 0px 4px;
More information about the Mercurial-devel
mailing list