diff options
| author | 2016-06-07 22:53:20 +0000 | |
|---|---|---|
| committer | 2016-06-07 22:53:20 +0000 | |
| commit | f91783c8a5526a03fb6edf8bccbbab88fdffa448 (patch) | |
| tree | 328c797f81831b7f752e8f5bd521a41f57aa2a9a | |
| parent | d0ef8a01470e83c9161e398b804b5264d71a6bb3 (diff) | |
| parent | f5c85abac63091faa9b67a16ec1b741a77134be2 (diff) | |
Minor fixes to distribute cards and fab. am: 5ec3a404fb am: ba9c3d585f
am: f5c85abac6
Change-Id: I2ea6f9370725235b9d63f6c5a843e42b09361315
| -rw-r--r-- | docs/html/distribute/index.jd | 4 | ||||
| -rw-r--r-- | docs/html/preview/index.jd | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/html/distribute/index.jd b/docs/html/distribute/index.jd index 638477302d0a..424983d4d286 100644 --- a/docs/html/distribute/index.jd +++ b/docs/html/distribute/index.jd @@ -67,7 +67,9 @@ page.metaDescription=The most visited store in the world for Android apps. Cloud </li> <li class="dac-tab-view" data-tab-view="type"> + <!-- <div class="dac-filter-item" data-filter-value="type:distribute" data-filter-name="Articles"></div> + --> <div class="dac-filter-item" data-filter-value="type:youtube" data-filter-name="Videos"></div> <div class="dac-filter-item" data-filter-value="type:blog" data-filter-name="Blog posts"></div> </li> @@ -78,7 +80,7 @@ page.metaDescription=The most visited store in the world for Android apps. Cloud </div> <div class="resource-flow-layout col-16" id="latest-resources" - data-query="type:distribute, type:youtube+tag:googleplay, type:blog+tag:googleplay+tag:featured" + data-query="type:youtube+tag:googleplay, type:blog+tag:googleplay+tag:featured" data-sortOrder="-timestamp" data-cardSizes="6x6" data-items-per-page="6" diff --git a/docs/html/preview/index.jd b/docs/html/preview/index.jd index b0631add8b13..918de48c41d3 100644 --- a/docs/html/preview/index.jd +++ b/docs/html/preview/index.jd @@ -57,7 +57,7 @@ footer.hide=1 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> <div class="wrap dac-offset-parent"> - <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps"> + <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest"> <i class="dac-sprite dac-arrow-down-gray"></i> </a> <ul class="dac-actions"> |