summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-07-15 16:43:38 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-07-15 16:43:38 -0700
commit81f42236e2971caac9354686d7acbe40f3fe0f4e (patch)
tree403142a2d421fe084672319f17e1ce3615fe1631 /tools
parente2c622524116b49d5817fedf1d88e2bb1521a9ec (diff)
parent9269a711753f2523acd3fe5ae661559f754a1bd0 (diff)
downloadbuild-81f42236e2971caac9354686d7acbe40f3fe0f4e.zip
build-81f42236e2971caac9354686d7acbe40f3fe0f4e.tar.gz
build-81f42236e2971caac9354686d7acbe40f3fe0f4e.tar.bz2
am 9269a711: docs: ensure code-ified links in qv are the proper color
Merge commit '9269a711753f2523acd3fe5ae661559f754a1bd0' into gingerbread * commit '9269a711753f2523acd3fe5ae661559f754a1bd0': docs: ensure code-ified links in qv are the proper color
Diffstat (limited to 'tools')
-rw-r--r--tools/droiddoc/templates/assets/android-developer-docs.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/droiddoc/templates/assets/android-developer-docs.css b/tools/droiddoc/templates/assets/android-developer-docs.css
index da39a4a..bc9e98b 100644
--- a/tools/droiddoc/templates/assets/android-developer-docs.css
+++ b/tools/droiddoc/templates/assets/android-developer-docs.css
@@ -884,7 +884,8 @@ p.table-caption {
text-decoration:none;
}
-#qv a {
+#qv a,
+#qv a code {
color:#cc6600;
}