Switch Splash gallery glyphs to FontAwesome

This commit is contained in:
James Mason 2014-08-15 18:22:20 -07:00
parent 90bc1b0513
commit ebe9780059

View file

@ -9,9 +9,9 @@
<!-- Controls -->
%a{ class: "left carousel-control", href: "#carousel-example-generic", role: "button", "data-slide" => "prev" }
%span{ class: "glyphicon glyphicon-chevron-left" }
%span.fa.fa-chevron-left
%a{ class: "right carousel-control", href: "#carousel-example-generic", role: "button", "data-slide" => "next" }
%span{ class: "glyphicon glyphicon-chevron-right" }
%span.fa.fa-chevron-right
:javascript