Skip to content

Commit

Permalink
- added example in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepotier committed Aug 16, 2015
1 parent c3de703 commit 1527d55
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions doc/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
.hidden {
display: none;
}
.row a h2 {
.row a h2, .row h2 {
color: #FF851B;
height: 66px;
}
.row a p {
color: #111;
text-align: justify;
}
.row a .link {
.row .link {
color: #428bca;
}
</style>
Expand Down Expand Up @@ -117,6 +117,14 @@ <h2>Craft your own validators demo</h2>
</div>
</a>

<div class="col-lg-4">
<h2>Stylish floating error labels</h2>
<p class="argument"><a href="https://twitter.com/zslabs">Zach Schnackel</a> shows us how to style inputs to make beautiful floating error labels.</p>
<a href="http://codepen.io/zslabs/pen/eNegqY" target="_blank">
<p class="link">View example &raquo;</p>
</a>
</div>

</div>

<!-- Site footer -->
Expand Down

0 comments on commit 1527d55

Please sign in to comment.