Show More
@@ -2,16 +2,16 b' a { text-decoration:none; }' | |||
|
2 | 2 | .age { white-space:nowrap; } |
|
3 | 3 | .date { white-space:nowrap; } |
|
4 | 4 | .indexlinks { white-space:nowrap; } |
|
5 |
.parity0 { background-color: #ddd |
|
|
6 |
.parity1 { background-color: #eee |
|
|
7 |
.lineno { width: 60px; color: #aaa |
|
|
5 | .parity0 { background-color: #ddd; } | |
|
6 | .parity1 { background-color: #eee; } | |
|
7 | .lineno { width: 60px; color: #aaa; font-size: smaller; | |
|
8 | 8 | text-align: right; padding-right:1em; } |
|
9 | 9 | .plusline { color: green; } |
|
10 | 10 | .minusline { color: red; } |
|
11 | 11 | .atline { color: purple; } |
|
12 | 12 | .annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
13 | 13 | .buttons a { |
|
14 |
background-color: #666 |
|
|
14 | background-color: #666; | |
|
15 | 15 | padding: 2pt; |
|
16 | 16 | color: white; |
|
17 | 17 | font-family: sans; |
@@ -25,7 +25,7 b' a { text-decoration:none; }' | |||
|
25 | 25 | } |
|
26 | 26 | |
|
27 | 27 | .metatag { |
|
28 |
background-color: #888 |
|
|
28 | background-color: #888; | |
|
29 | 29 | color: white; |
|
30 | 30 | text-align: right; |
|
31 | 31 | } |
@@ -884,16 +884,16 b' a { text-decoration:none; }' | |||
|
884 | 884 | .age { white-space:nowrap; } |
|
885 | 885 | .date { white-space:nowrap; } |
|
886 | 886 | .indexlinks { white-space:nowrap; } |
|
887 |
.parity0 { background-color: #ddd |
|
|
888 |
.parity1 { background-color: #eee |
|
|
889 |
.lineno { width: 60px; color: #aaa |
|
|
887 | .parity0 { background-color: #ddd; } | |
|
888 | .parity1 { background-color: #eee; } | |
|
889 | .lineno { width: 60px; color: #aaa; font-size: smaller; | |
|
890 | 890 | text-align: right; padding-right:1em; } |
|
891 | 891 | .plusline { color: green; } |
|
892 | 892 | .minusline { color: red; } |
|
893 | 893 | .atline { color: purple; } |
|
894 | 894 | .annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
895 | 895 | .buttons a { |
|
896 |
background-color: #666 |
|
|
896 | background-color: #666; | |
|
897 | 897 | padding: 2pt; |
|
898 | 898 | color: white; |
|
899 | 899 | font-family: sans; |
@@ -907,7 +907,7 b' a { text-decoration:none; }' | |||
|
907 | 907 | } |
|
908 | 908 | |
|
909 | 909 | .metatag { |
|
910 |
background-color: #888 |
|
|
910 | background-color: #888; | |
|
911 | 911 | color: white; |
|
912 | 912 | text-align: right; |
|
913 | 913 | } |
General Comments 0
You need to be logged in to leave comments.
Login now