From 0f5fd63a5c4e0f7b6edeb28117220246c7500d0e Mon Sep 17 00:00:00 2001 From: davegandy Date: Tue, 11 Jun 2013 20:33:08 -0400 Subject: [PATCH] fixing responsive phone --- src/_includes/footer.html | 5 ++- src/_includes/get-started.html | 10 +++++- src/_includes/jumbotron-slider.html | 2 +- src/_includes/license.html | 2 +- src/_includes/stripe-social.html | 2 +- src/_layouts/base.html | 3 +- src/assets/font-awesome/font/FontAwesome.otf | Bin 61212 -> 61152 bytes src/assets/less/responsive-767px-max.less | 34 ++++++++++++++----- src/assets/less/site.less | 12 +++---- 9 files changed, 48 insertions(+), 22 deletions(-) diff --git a/src/_includes/footer.html b/src/_includes/footer.html index a780feaad..af80db1a2 100644 --- a/src/_includes/footer.html +++ b/src/_includes/footer.html @@ -3,11 +3,10 @@
Font Awesome {{ site.fontawesome.version }} ·
- Created and Maintained by Dave Gandy · - @byscuits + Created and Maintained by Dave Gandy
- Font Awesome font licensed under {{ site.fontawesome.license.font.version }} + Font Awesome licensed under {{ site.fontawesome.license.font.version }} ·
Code licensed under {{ site.fontawesome.license.code.version }} ·
diff --git a/src/_includes/get-started.html b/src/_includes/get-started.html index de4ef36a2..c94e4a1b3 100644 --- a/src/_includes/get-started.html +++ b/src/_includes/get-started.html @@ -52,7 +52,15 @@

Use this method to customize Font Awesome and Bootstrap {{ site.bootstrap.version }} using LESS.

  1. Copy the font-awesome directory into your project.
  2. -
  3. Open bootstrap.less and replace @import "sprites.less"; with @import "path/to/font-awesome/less/font-awesome.less";
  4. +
  5. Open bootstrap.less and replace +{% highlight html %} +@import "sprites.less"; +{% endhighlight %} + with +{% highlight html %} +@import "path/to/font-awesome/less/font-awesome.less"; +{% endhighlight %} +
  6. Open your project's font-awesome.less and edit the @FontAwesomePath variable to point to your font directory. {% highlight html %} diff --git a/src/_includes/jumbotron-slider.html b/src/_includes/jumbotron-slider.html index faf4a0f6c..4d4797cb9 100644 --- a/src/_includes/jumbotron-slider.html +++ b/src/_includes/jumbotron-slider.html @@ -16,7 +16,7 @@ GitHub Project   ·   - Version {{ site.fontawesome.version }}   ·  
    + Version {{ site.fontawesome.version }}   ·   Created & Maintained by Dave Gandy
diff --git a/src/_includes/license.html b/src/_includes/license.html index 71306ce47..d8fcafa87 100644 --- a/src/_includes/license.html +++ b/src/_includes/license.html @@ -11,7 +11,7 @@ diff --git a/src/_includes/stripe-social.html b/src/_includes/stripe-social.html index c8bc59139..6c303e385 100644 --- a/src/_includes/stripe-social.html +++ b/src/_includes/stripe-social.html @@ -10,7 +10,7 @@
  • -
  • +
  • diff --git a/src/_layouts/base.html b/src/_layouts/base.html index 1e63c9e53..76de7cb41 100644 --- a/src/_layouts/base.html +++ b/src/_layouts/base.html @@ -9,8 +9,9 @@ ================================================== --> {% if page.title %}{{ page.title }}{% endif %} - + +