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