Minor changes to css and doc

This commit is contained in:
Dave Gandy 2016-04-25 11:57:10 -04:00
parent 2dfb487fd7
commit 093ae22480
5 changed files with 6 additions and 5 deletions

View file

@ -34,7 +34,7 @@
@import "site/sumome";
@import "site/algolia";
@import "site/get-started";
@import "site/views";
@import "site/store";
@import "site/responsive/screen-lg";

View file

@ -1,4 +1,4 @@
.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .v-get-started .content-underlay {
.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .content-underlay {
position: relative;
&:after {
content: '';

View file

@ -1,5 +1,5 @@
// view-specific: get started
.v-get-started {
// view-specific
.v-get-started, .v-store {
background: @alert-well-bg; // resetting for depth
.get-started-cdn {

View file

@ -21,7 +21,7 @@ relative_path: ../../
<p class="lead">Font Awesome CDN is the easiest way to get Font Awesome on your website or app, all with just a single line of code. No downloading or installing!</p>
<form class="row" action="https://cdn-staging.fontawesome.com/register" method="post">
<form class="row" action="https://cdn.fontawesome.com/register" method="post">
<div class="col-sm-6 signup-input">
<label for="email" class="sr-only">Email address</label>
<input type="email" class="form-control input-lg margin-bottom" id="email" name="email" placeholder="Your email address">

View file

@ -2,6 +2,7 @@
layout: base
title: Official Merchandise
navbar_active: store
view_class: v-store
relative_path: ../
---
{% capture jumbotron_h1 %}<i class="fa fa-shopping-cart fa-lg valign-baseline" aria-hidden="true"></i>&nbsp; Awesome Swag{% endcapture %}