##// END OF EJS Templates
hgweb file: fixed left-justified line numbers on IE v6.0...
TK Soh -
r1336:8c094fb4 default
parent child Browse files
Show More
@@ -1,54 +1,55 b''
1 Content-type: text/html
1 Content-type: text/html
2
2
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html>
4 <html>
5 <head>
5 <head>
6 <style type="text/css">
6 <style type="text/css">
7 <!--
7 <!--
8 a { text-decoration:none; }
8 a { text-decoration:none; }
9 .parity0 { background-color: #dddddd; }
9 .parity0 { background-color: #dddddd; }
10 .parity1 { background-color: #eeeeee; }
10 .parity1 { background-color: #eeeeee; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller;
12 text-align: right; padding-right:1em; }
12 .plusline { color: green; }
13 .plusline { color: green; }
13 .minusline { color: red; }
14 .minusline { color: red; }
14 .atline { color: purple; }
15 .atline { color: purple; }
15 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
16 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
16 .buttons a {
17 .buttons a {
17 background-color: #666666;
18 background-color: #666666;
18 padding: 2pt;
19 padding: 2pt;
19 color: white;
20 color: white;
20 font-family: sans;
21 font-family: sans;
21 font-weight: bold;
22 font-weight: bold;
22 }
23 }
23 .metatag {
24 .metatag {
24 background-color: #888888;
25 background-color: #888888;
25 color: white;
26 color: white;
26 text-align: right;
27 text-align: right;
27 }
28 }
28
29
29 /* Common */
30 /* Common */
30 pre { margin: 0; }
31 pre { margin: 0; }
31
32
32
33
33 /* Changelog entries */
34 /* Changelog entries */
34 .changelogEntry { width: 100%; }
35 .changelogEntry { width: 100%; }
35 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
36 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
36 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
37 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
37 .changelogEntry th.firstline { text-align: left; width: inherit; }
38 .changelogEntry th.firstline { text-align: left; width: inherit; }
38
39
39 /* Tag entries */
40 /* Tag entries */
40 #tagEntries { list-style: none; margin: 0; padding: 0; }
41 #tagEntries { list-style: none; margin: 0; padding: 0; }
41 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
42 #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; }
42 #tagEntries .tagEntry span.node { font-family: monospace; }
43 #tagEntries .tagEntry span.node { font-family: monospace; }
43
44
44 /* Changeset entry */
45 /* Changeset entry */
45 #changesetEntry { }
46 #changesetEntry { }
46 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
47 #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
47 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
48 #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; }
48
49
49 /* File diff view */
50 /* File diff view */
50 #filediffEntry { }
51 #filediffEntry { }
51 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
52 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
52
53
53 -->
54 -->
54 </style>
55 </style>
General Comments 0
You need to be logged in to leave comments. Login now