The R Project SVN R

Rev

Rev 88572 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88572 Rev 88797
Line 34... Line 34...
34
a:visited {
34
a:visited {
35
    background: white;
35
    background: white;
36
    color: rgb(50%, 0%, 50%);
36
    color: rgb(50%, 0%, 50%);
37
}
37
}
38
 
38
 
-
 
39
a.citation {
-
 
40
    color: rgb(10%, 40%, 10%);
-
 
41
}
-
 
42
 
39
h1 {
43
h1 {
40
    background: white;
44
    background: white;
41
    color: rgb(55%, 55%, 55%);
45
    color: rgb(55%, 55%, 55%);
42
    font-family: monospace;
46
    font-family: monospace;
43
    font-size: 1.4em; /* x-large; */
47
    font-size: 1.4em; /* x-large; */
Line 134... Line 138...
134
 
138
 
135
span.rlang {
139
span.rlang {
136
    font-family: Courier New, Courier;
140
    font-family: Courier New, Courier;
137
    color: #666666;
141
    color: #666666;
138
}
142
}
139
 
-
 
140
span.citation {
-
 
141
    color: rgb(10%, 40%, 10%);
-
 
142
    text-decoration: underline;
-
 
143
}
-