Show More
@@ -12,11 +12,6 b'' | |||||
12 | <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a></p> |
|
12 | <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a></p> | |
13 | </div> |
|
13 | </div> | |
14 |
|
14 | |||
15 | <div id="corner-top-left"></div> |
|
|||
16 | <div id="corner-top-right"></div> |
|
|||
17 | <div id="corner-bottom-left"></div> |
|
|||
18 | <div id="corner-bottom-right"></div> |
|
|||
19 |
|
||||
20 | </div> |
|
15 | </div> | |
21 |
|
16 | |||
22 | </body> |
|
17 | </body> |
@@ -29,11 +29,6 b'' | |||||
29 | <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p> |
|
29 | <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p> | |
30 | </div> |
|
30 | </div> | |
31 |
|
31 | |||
32 | <div id="corner-top-left"></div> |
|
|||
33 | <div id="corner-top-right"></div> |
|
|||
34 | <div id="corner-bottom-left"></div> |
|
|||
35 | <div id="corner-bottom-right"></div> |
|
|||
36 |
|
||||
37 | </div> |
|
32 | </div> | |
38 | <script type="text/javascript">process_dates()</script> |
|
33 | <script type="text/javascript">process_dates()</script> | |
39 | </body> |
|
34 | </body> |
@@ -311,44 +311,6 b' div#powered-by a {' | |||||
311 | div#powered-by a:hover { |
|
311 | div#powered-by a:hover { | |
312 | text-decoration: underline; |
|
312 | text-decoration: underline; | |
313 | } |
|
313 | } | |
314 | /* |
|
|||
315 | div#monoblue-corner-top-left { |
|
|||
316 | position: absolute; |
|
|||
317 | top: 0; |
|
|||
318 | left: 0; |
|
|||
319 | width: 10px; |
|
|||
320 | height: 10px; |
|
|||
321 | background: url(./monoblue-corner.png) top left no-repeat !important; |
|
|||
322 | background: none; |
|
|||
323 | } |
|
|||
324 | div#monoblue-corner-top-right { |
|
|||
325 | position: absolute; |
|
|||
326 | top: 0; |
|
|||
327 | right: 0; |
|
|||
328 | width: 10px; |
|
|||
329 | height: 10px; |
|
|||
330 | background: url(./monoblue-corner.png) top right no-repeat !important; |
|
|||
331 | background: none; |
|
|||
332 | } |
|
|||
333 | div#monoblue-corner-bottom-left { |
|
|||
334 | position: absolute; |
|
|||
335 | bottom: 0; |
|
|||
336 | left: 0; |
|
|||
337 | width: 10px; |
|
|||
338 | height: 10px; |
|
|||
339 | background: url(./monoblue-corner.png) bottom left no-repeat !important; |
|
|||
340 | background: none; |
|
|||
341 | } |
|
|||
342 | div#monoblue-corner-bottom-right { |
|
|||
343 | position: absolute; |
|
|||
344 | bottom: 0; |
|
|||
345 | right: 0; |
|
|||
346 | width: 10px; |
|
|||
347 | height: 10px; |
|
|||
348 | background: url(./monoblue-corner.png) bottom right no-repeat !important; |
|
|||
349 | background: none; |
|
|||
350 | } |
|
|||
351 | */ |
|
|||
352 | /** end of common settings **/ |
|
314 | /** end of common settings **/ | |
353 |
|
315 | |||
354 | /** summary **/ |
|
316 | /** summary **/ |
@@ -373,11 +373,6 b' manifest with descending (monoblue)' | |||||
373 | <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p> |
|
373 | <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a></p> | |
374 | </div> |
|
374 | </div> | |
375 |
|
375 | |||
376 | <div id="corner-top-left"></div> |
|
|||
377 | <div id="corner-top-right"></div> |
|
|||
378 | <div id="corner-bottom-left"></div> |
|
|||
379 | <div id="corner-bottom-right"></div> |
|
|||
380 |
|
||||
381 | </div> |
|
376 | </div> | |
382 |
|
377 | |||
383 | </body> |
|
378 | </body> |
General Comments 0
You need to be logged in to leave comments.
Login now