##// END OF EJS Templates
tests: fix test breakage from graph template changes
Dirkjan Ochtman -
r6695:001647a3 default
parent child Browse files
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -186,4 +186,45 b' span.logtags span.inbranchtag {'
186 background-color: #d5dde6;
186 background-color: #d5dde6;
187 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
187 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
188 }
188 }
189
190 /* Graph */
191 div#wrapper {
192 position: relative;
193 margin: 0;
194 padding: 0;
195 }
196
197 canvas {
198 position: absolute;
199 z-index: 5;
200 top: -0.9em;
201 margin: 0;
202 }
203
204 ul#nodebgs {
205 list-style: none inside none;
206 padding: 0;
207 margin: 0;
208 top: -0.7em;
209 }
210
211 ul#graphnodes li, ul#nodebgs li {
212 height: 39px;
213 }
214
215 ul#graphnodes {
216 position: absolute;
217 z-index: 10;
218 top: -0.8em;
219 list-style: none inside none;
220 padding: 0;
221 }
222
223 ul#graphnodes li .info {
224 display: block;
225 font-size: 100%;
226 position: relative;
227 top: -3px;
228 font-style: italic;
229 }
189 % errors
230 % errors
@@ -18,6 +18,7 b' 200 Script output follows'
18 <div class="buttons">
18 <div class="buttons">
19 <a href="/log/0">changelog</a>
19 <a href="/log/0">changelog</a>
20 <a href="/shortlog/0">shortlog</a>
20 <a href="/shortlog/0">shortlog</a>
21 <a href="/graph">graph</a>
21 <a href="/tags">tags</a>
22 <a href="/tags">tags</a>
22 <a href="/rev/79ee608ca36d">changeset</a>
23 <a href="/rev/79ee608ca36d">changeset</a>
23 <a href="/file/79ee608ca36d/">files</a>
24 <a href="/file/79ee608ca36d/">files</a>
@@ -80,6 +81,7 b' 200 Script output follows'
80 <div class="buttons">
81 <div class="buttons">
81 <a href="/log/0">changelog</a>
82 <a href="/log/0">changelog</a>
82 <a href="/shortlog/0">shortlog</a>
83 <a href="/shortlog/0">shortlog</a>
84 <a href="/graph">graph</a>
83 <a href="/tags">tags</a>
85 <a href="/tags">tags</a>
84 <a href="/rev/79ee608ca36d">changeset</a>
86 <a href="/rev/79ee608ca36d">changeset</a>
85 <a href="/file/79ee608ca36d/">files</a>
87 <a href="/file/79ee608ca36d/">files</a>
General Comments 0
You need to be logged in to leave comments. Login now