##// END OF EJS Templates
[PATCH] Hide style from non conformant agents...
mpm@selenic.com -
r583:415054ea default
parent child Browse files
Show More
@@ -1,28 +1,29
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 a { text-decoration:none; }
8 a { text-decoration:none; }
8 .parity0 { background-color: #dddddd; }
9 .parity0 { background-color: #dddddd; }
9 .parity1 { background-color: #eeeeee; }
10 .parity1 { background-color: #eeeeee; }
10 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
11 .lineno { width: 60px; color: #aaaaaa; font-size: smaller; }
11 .plusline { color: green; }
12 .plusline { color: green; }
12 .minusline { color: red; }
13 .minusline { color: red; }
13 .atline { color: purple; }
14 .atline { color: purple; }
14 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
15 .annotate { font-size: smaller; text-align: right; padding-right: 1em; }
15 .buttons a {
16 .buttons a {
16 background-color: #666666;
17 background-color: #666666;
17 padding: 2pt;
18 padding: 2pt;
18 color: white;
19 color: white;
19 font-family: sans;
20 font-family: sans;
20 font-weight: bold;
21 font-weight: bold;
21 }
22 }
22 .metatag {
23 .metatag {
23 background-color: #888888;
24 background-color: #888888;
24 color: white;
25 color: white;
25 text-align: right;
26 text-align: right;
26 }
27 }
27
28 -->
28 </style>
29 </style>
General Comments 0
You need to be logged in to leave comments. Login now