Skip to content

Commit

Permalink
updating readme, making cheatsheet render better on wide desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Oct 23, 2013
1 parent 9b7cf32 commit 4e92eeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Get started at http://fontawesome.io!
- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)
- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)
- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)

##Versioning

Expand Down
2 changes: 1 addition & 1 deletion src/assets/less/site/bootstrap/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
color: @jumbotron-bg;
text-shadow: 0 -1px 0 @jumbotron-color;
}
}
}
2 changes: 1 addition & 1 deletion src/cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon,

<div class="row">
{% for icon in icons %}
<div class="col-md-4 col-sm-6">
<div class="col-md-4 col-sm-6 col-lg-3">
<i class="fa fa-fw">&#x{{ icon.unicode }}</i>
fa-{{ icon.id }}
<span class="muted">(&amp;#x{{ icon.unicode }};)</span>
Expand Down

0 comments on commit 4e92eeb

Please sign in to comment.