[FIX] button styling

This commit is contained in:
Ben Stein-Lobovits
2014-09-04 16:16:43 -07:00
parent 4da52551c4
commit b009efbd77
2 changed files with 6 additions and 1 deletions

View File

@@ -54,6 +54,11 @@ button.api {
padding: 6px 30px;
font-size: 24px;
letter-spacing: 2px;
background-color: #346AA9;
}
button.api:hover {
background-color: #428bca;
}
@media (min-width: 992px) {

View File

@@ -95,7 +95,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");
<div class="col-md-6">
<p class="main_callout">Ripple is a protocol and distributed network for value exchange. You can issue value onto the Ripple Network by building a gateway or integrating your existing payment system with the Ripple network. If you'd like to build apps that allow people to exchange value you'll want to look at <a target="_blank" href="http://www.xrpga.org/gateways.html">existing gateways.</a></p>
<p class="api_btn"><a href="https://ripple.com/tools/api/"><button type="button" class="button btn btn-primary api">Try it!</button></a></p>
<p class="api_btn"><a target="_blank" href="https://ripple.com/tools/api/"><button type="button" class="button btn btn-primary api">Try it!</button></a></p>
</div>
</div>
</div>