author | mpm@selenic.com |
Thu, 26 May 2005 18:20:24 -0800 | |
changeset 171 | 75dddd697ed4 |
parent 168 | 65cf1b0cfe86 |
child 172 | e9b1147db448 |
permissions | -rw-r--r-- |
142 | 1 |
Content-type: text/html |
2 |
||
154
1d5f799ebe1e
fixed problem with head/body tags, added dtd, fixed table attributes
jake@edge2.net
parents:
142
diff
changeset
|
3 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
142 | 4 |
<html> |
5 |
<head> |
|
6 |
<style type="text/css"> |
|
7 |
a { text-decoration:none; } |
|
8 |
.parity0 { background-color: #eeeeee; } |
|
168 | 9 |
.parity1 { background-color: #f8f8f8; } |
142 | 10 |
.lineno { width: 60px; color: #cccccc; font-size: smaller; } |
11 |
.plusline { color: green; } |
|
12 |
.minusline { color: red; } |
|
13 |
.atline { color: purple; } |
|
14 |
.annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
15 |
.buttons a { |
|
16 |
background-color: #666666; |
|
17 |
padding: 2pt; |
|
18 |
color: white; |
|
19 |
font-family: sans; |
|
20 |
font-weight: bold; |
|
21 |
} |
|
22 |
.metatag { |
|
23 |
background-color: #888888; |
|
24 |
color: white; |
|
25 |
text-align: right; |
|
26 |
} |
|
27 |
||
28 |
</style> |