##// END OF EJS Templates
hgweb: add a mercurial link to the footer
Matt Mackall -
r1417:90b62337 default
parent child Browse files
Show More
@@ -40,7 +40,6 b''
40 #diff#
40 #diff#
41 </div>
41 </div>
42
42
43 </body>
43 #footer#
44 </html>
45
44
46
45
@@ -1,2 +1,7 b''
1 <div class="logo">
2 powered by<br/>
3 <a href="http://www.selenic.com/mercurial/">mercurial</a>
4 </div>
5
1 </body>
6 </body>
2 </html>
7 </html>
@@ -21,6 +21,7 b' a { text-decoration:none; }'
21 font-family: sans;
21 font-family: sans;
22 font-weight: bold;
22 font-weight: bold;
23 }
23 }
24
24 .metatag {
25 .metatag {
25 background-color: #888888;
26 background-color: #888888;
26 color: white;
27 color: white;
@@ -30,6 +31,23 b' a { text-decoration:none; }'
30 /* Common */
31 /* Common */
31 pre { margin: 0; }
32 pre { margin: 0; }
32
33
34 .logo {
35 background-color: #333;
36 padding: 4pt;
37 margin: 8pt 0 8pt 8pt;
38 font-family: sans;
39 font-size: 60%;
40 color: white;
41 float: right;
42 clear: right;
43 text-align: left;
44 }
45
46 .logo a {
47 font-weight: bold;
48 font-size: 150%;
49 color: #999;
50 }
33
51
34 /* Changelog entries */
52 /* Changelog entries */
35 .changelogEntry { width: 100%; }
53 .changelogEntry { width: 100%; }
General Comments 0
You need to be logged in to leave comments. Login now