Show More
@@ -12,7 +12,6 b' body {' | |||
|
12 | 12 | margin: 0; |
|
13 | 13 | padding: 0; |
|
14 | 14 | font-family: sans-serif; |
|
15 | color: #111; | |
|
16 | 15 | } |
|
17 | 16 | |
|
18 | 17 | .document { |
@@ -72,7 +71,7 b' a:link { color: #00b5f1; }' | |||
|
72 | 71 | a:visited { color: #5c9caf; } |
|
73 | 72 | a:link.toc-backref, a:visited.toc-backref { |
|
74 | 73 | text-decoration: none; |
|
75 |
color: |
|
|
74 | color: inherit; /* NOTE: `inherit' is not supported by IE6 */ | |
|
76 | 75 | } |
|
77 | 76 | |
|
78 | 77 | div.admonition, div.attention, div.caution, |
General Comments 0
You need to be logged in to leave comments.
Login now