make buttons "primary" red

Change-Id: Ife5f2b565f52621df953593b9b3bd7cc05500f81
This commit is contained in:
smain@google.com
2014-06-19 22:33:50 -07:00
parent 78dfcb3aba
commit 4d30b1e663
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>