commit | 46b443acbdd80cf41352b68f4f482de4cf729cba | [log] [tgz] |
---|---|---|
author | Dirk Dougherty <ddougherty@google.com> | Sun Apr 06 15:27:33 2014 -0700 |
committer | Dirk Dougherty <ddougherty@google.com> | Mon Apr 07 11:55:27 2014 -0700 |
tree | eb64aa5c397ad93cbf661a3a486cedc663014d7a | |
parent | 08032409b4dd29740e1c8e703eada0d1ce86e58c [diff] [blame] |
Adjust opacity for non-hover states and a few others. Change-Id: I8a6dee3e25bc8e6c3f1ca19d4e68037df5ce9b91
diff --git a/tools/droiddoc/templates-sdk-dyn/assets/js/docs.js b/tools/droiddoc/templates-sdk-dyn/assets/js/docs.js index 3688c93..97e3efd 100644 --- a/tools/droiddoc/templates-sdk-dyn/assets/js/docs.js +++ b/tools/droiddoc/templates-sdk-dyn/assets/js/docs.js
@@ -3847,7 +3847,7 @@ var defaults = { 'row' : 1, // show rows 'onlyFullWords': true, // set to true to avoid cutting the text in the middle of a word - 'char' : '...', // ellipsis + 'char' : '\u2026', // ellipsis 'callback': function() {}, 'position': 'tail' // middle, tail };