diff options
author | smain@google.com <smain@google.com> | 2014-06-19 22:33:50 -0700 |
---|---|---|
committer | smain@google.com <smain@google.com> | 2014-06-19 22:33:50 -0700 |
commit | 4d30b1e663d975357e0e748a1bf4ab094e3afdde (patch) | |
tree | cfe73e417f53769f3e5046ee57b33ccc638b2bc0 /docs/html | |
parent | 78dfcb3aba8883ae13c62103172277dda32d87f1 (diff) | |
download | frameworks_base-4d30b1e663d975357e0e748a1bf4ab094e3afdde.zip frameworks_base-4d30b1e663d975357e0e748a1bf4ab094e3afdde.tar.gz frameworks_base-4d30b1e663d975357e0e748a1bf4ab094e3afdde.tar.bz2 |
make buttons "primary" red
Change-Id: Ife5f2b565f52621df953593b9b3bd7cc05500f81
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/tv/index.jd | 4 | ||||
-rw-r--r-- | docs/html/wear/index.jd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/tv/index.jd b/docs/html/tv/index.jd index 3e7652c..5c48e49 100644 --- a/docs/html/tv/index.jd +++ b/docs/html/tv/index.jd @@ -204,13 +204,13 @@ page.type=about <div class="landing-breakout cols"> <div class="col-8"> - <a href="{@docRoot}preview/setup-sdk.html" class="landing-button landing-secondary"> + <a href="{@docRoot}preview/setup-sdk.html" class="landing-button landing-primary"> Download the Preview SDK </a> </div> <div class="col-8"> - <a href="{@docRoot}preview/tv/adt-1/request.html" class="landing-button landing-secondary"> + <a href="{@docRoot}preview/tv/adt-1/request.html" class="landing-button landing-primary"> Request ADT-1 Developer Kit </a> </div> diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index 0d9325d..a4a7c88 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -196,7 +196,7 @@ page.type=about </div> </div> <div class="landing-body"> - <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-secondary" style="margin-top: 20px;"> + <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 20px;"> Get Started </a> </div> |