OSDN Git Service

docs: ensure code-ified links in qv are the proper color
authorScott Main <smain@google.com>
Fri, 25 Jun 2010 23:09:24 +0000 (16:09 -0700)
committerScott Main <smain@google.com>
Thu, 15 Jul 2010 18:21:56 +0000 (11:21 -0700)
Change-Id: I61dd859e0749573746c9bfcbf224758463370ba7

tools/droiddoc/templates/assets/android-developer-docs.css

index da39a4a..bc9e98b 100644 (file)
@@ -884,7 +884,8 @@ p.table-caption {
   text-decoration:none;
 }
 
-#qv a {
+#qv a,
+#qv a code {
   color:#cc6600;
 }