diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-11-12 15:34:23 -0500 |
commit | 016d9a2ae924c3999ff9aa279511e32c0bfbe7bb (patch) | |
tree | c04189b0eed7025a6764360cbe3613c900353fe6 /bower_components/font-awesome/src/_includes/examples/custom.html | |
parent | 61dab0661ba43d3192fa8c2945f7343df44049ed (diff) |
update to fontawesome 4
Diffstat (limited to 'bower_components/font-awesome/src/_includes/examples/custom.html')
-rw-r--r-- | bower_components/font-awesome/src/_includes/examples/custom.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bower_components/font-awesome/src/_includes/examples/custom.html b/bower_components/font-awesome/src/_includes/examples/custom.html index dfad1900..2de7ad7a 100644 --- a/bower_components/font-awesome/src/_includes/examples/custom.html +++ b/bower_components/font-awesome/src/_includes/examples/custom.html @@ -1,10 +1,10 @@ <section id="custom"> <h2 class="page-header">Custom CSS</h2> <div class="row"> - <div class="span3"> + <div class="col-md-3 col-sm-4"> <p>Anything you can do with CSS font styles, you can do with Font Awesome.</p> </div> - <div class="span9"> + <div class="col-md-9 col-sm-8"> <p>Star Ratings (inspired by <a href="http://css-tricks.com/star-ratings/" target="_blank">CSS Tricks</a>)</p> <div class="well"> <span class="rating"> |