commit | bc547026260010642804b5a72fc5ff0d1a9a9fd8 | [log] [tgz] |
---|---|---|
author | Scott Main <smain@google.com> | Mon Oct 03 13:01:43 2011 -0700 |
committer | Scott Main <smain@google.com> | Mon Oct 03 13:01:43 2011 -0700 |
tree | 362f30983222f23c0aee4a5350daf4caefcd57d2 | |
parent | 4b7294d0b5765bf662e4b65396d9862d2a7c680e [diff] [blame] |
docs: add 'reference' class for use with 'special' to refine the headings used within the 'special' div when in the reference. Change-Id: Iebf84484e2eda104b2247aefc5a539f2a62c5102
diff --git a/tools/droiddoc/templates-sdk/assets/android-developer-docs.css b/tools/droiddoc/templates-sdk/assets/android-developer-docs.css index 3af4eb1..20871b9 100644 --- a/tools/droiddoc/templates-sdk/assets/android-developer-docs.css +++ b/tools/droiddoc/templates-sdk/assets/android-developer-docs.css
@@ -718,6 +718,17 @@ padding:0; } +#jd-content div.special.reference h2, +#jd-content div.special.reference h3, +#jd-content div.special.reference h4 { + color:#000; + font-size:1em; + border:none; + font-weight:bold; + margin:.5em 0; + padding:0; +} + p.note, div.note, p.caution, div.caution, p.warning, div.warning {