Browse Source

No orange links in documentation message boxes.

Siavash Eliasi 11 years ago
parent
commit
30eccfd454
2 changed files with 4 additions and 0 deletions
  1. 0 0
      docs/extra.css
  2. 4 0
      docs/extra.less

File diff suppressed because it is too large
+ 0 - 0
docs/extra.css


+ 4 - 0
docs/extra.less

@@ -308,6 +308,10 @@ dl.note,dl.pre,dl.post,dl.invariant,dl.warning,dl.attention,dl.deprecated,dl.bug
 	text-shadow:0 1px 1px hsl(0,0%,100%);
 }
 
+.note a,.pre a,.post a,.invariant a,.warning a,.attention a,.deprecated a,.bug a,.todo a,.test a,.note a:visited,.pre a:visited,.post a:visited,.invariant a:visited,.warning a:visited,.attention a:visited,.deprecated a:visited,.bug a:visited,.todo a:visited,.test a:visited {
+	color:inherit;
+}
+
 div.fragment,pre.fragment {
 	background:hsl(0,0%,20%);
 	border-radius:4px;

Some files were not shown because too many files changed in this diff