commit | 1e7fd557dd80ac1e8a8b07d0413a495c00d69495 | [log] [tgz] |
---|---|---|
author | Jeff Arneson <jarneson@google.com> | Wed Sep 10 13:55:39 2014 -0700 |
committer | Jeff Arneson <jarneson@google.com> | Wed Sep 10 21:20:12 2014 +0000 |
tree | aaabaf1792a9065cc421f13cb92eec61c061cc85 | |
parent | f0d5324fdcd16613a0747c050045bb7445d49516 [diff] |
Make the text generated by showAnnotations more noticable in docs Made the foreground of the "included in docs by annotation..." orange, the same color used in the header of the docs page. This text is inserted when the showAnnotations flag is used with doclava Change-Id: I56e0b2060ed42cd0d077fff149d578d31c763f95
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index b3ee207..75d932f 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css
@@ -7334,4 +7334,5 @@ .annotation-message { display: block; font-style: italic; -} \ No newline at end of file + color: #F80; +}