From d546813d67533344b4ef1878721f7191b5cdb1ba Mon Sep 17 00:00:00 2001 From: davegandy Date: Sat, 5 Oct 2013 16:23:00 -0400 Subject: [PATCH] more bootstrap 3.0 doc updates --- src/_includes/examples/animated-spinner.html | 6 ++--- src/_includes/examples/bordered-pulled.html | 4 ++-- src/_includes/examples/bulleted-lists.html | 6 ++--- src/_includes/examples/button-dropdowns.html | 4 ++-- src/_includes/examples/button-groups.html | 20 ++++++++--------- src/_includes/examples/buttons.html | 22 +++++++++---------- src/_includes/examples/custom.html | 4 ++-- src/_includes/examples/form-inputs.html | 23 ++++++++++---------- src/_includes/examples/inline-icons.html | 4 ++-- src/_includes/examples/larger-icons.html | 4 ++-- src/_includes/examples/navigation.html | 20 ++++++++--------- src/_includes/examples/new.html | 6 ++--- src/_includes/examples/rotated-flipped.html | 4 ++-- src/_includes/examples/stacked.html | 8 +++---- src/_includes/tell-me-thanks.html | 4 ++-- src/_includes/whats-new.html | 12 +++++----- src/assets/less/site-3.0.0.less | 1 + src/assets/less/site/variables.less | 1 - src/assets/less/site/wells.less | 1 + 19 files changed, 75 insertions(+), 79 deletions(-) create mode 100644 src/assets/less/site/wells.less diff --git a/src/_includes/examples/animated-spinner.html b/src/_includes/examples/animated-spinner.html index 0102e9b75..c7e06e9a5 100644 --- a/src/_includes/examples/animated-spinner.html +++ b/src/_includes/examples/animated-spinner.html @@ -1,11 +1,11 @@
-
+
Use the fa-spin class to get any icon to rotate. Works well with fa-spinner, fa-refresh, and fa-cog.
-
+
Spinner icon when loading content...
@@ -13,7 +13,7 @@ Spinner icon when loading content... {% endhighlight %}

- CSS3 animations aren't supported in IE7 - IE9. + CSS3 animations aren't supported in IE8 - IE9.

diff --git a/src/_includes/examples/bordered-pulled.html b/src/_includes/examples/bordered-pulled.html index e393b63b6..ce22b5d9e 100644 --- a/src/_includes/examples/bordered-pulled.html +++ b/src/_includes/examples/bordered-pulled.html @@ -1,13 +1,13 @@
-
+

Use fa-border and pull-right or pull-left for easy pull quotes or article graphics.

-
+
Use a few of the new styles together, and you've got easy pull quotes or a great introductory article image. diff --git a/src/_includes/examples/bulleted-lists.html b/src/_includes/examples/bulleted-lists.html index 1f048e478..bcc10f3ae 100644 --- a/src/_includes/examples/bulleted-lists.html +++ b/src/_includes/examples/bulleted-lists.html @@ -1,9 +1,7 @@
-
-
-
+
  • Bulleted lists (like this one)
  • Buttons
  • @@ -13,7 +11,7 @@
  • …and many more with custom CSS
-
+

Easily replace individual bullets.

{% highlight html %}
    diff --git a/src/_includes/examples/button-dropdowns.html b/src/_includes/examples/button-dropdowns.html index 808fee30c..1e38954e1 100644 --- a/src/_includes/examples/button-dropdowns.html +++ b/src/_includes/examples/button-dropdowns.html @@ -1,7 +1,7 @@
-
+
{% highlight html %}
User diff --git a/src/_includes/examples/button-groups.html b/src/_includes/examples/button-groups.html index b425746bd..aef20b7e2 100644 --- a/src/_includes/examples/button-groups.html +++ b/src/_includes/examples/button-groups.html @@ -1,23 +1,23 @@
-
+

- - - - + + + +

-
+
{% highlight html %}
- - - - + + + +
{% endhighlight %}
diff --git a/src/_includes/examples/buttons.html b/src/_includes/examples/buttons.html index bd1ea4ca7..14a627a79 100644 --- a/src/_includes/examples/buttons.html +++ b/src/_includes/examples/buttons.html @@ -1,9 +1,9 @@
-
+ -
+

Font Awesome icons work great in buttons. You can even combine them with larger icon styles, pull-right and pull-left, and fa-spin.

{% highlight html %} - + Reload Checkout - + Comment - + Info Delete - + Settings - + Font Awesome
Version {{ site.fontawesome.version }}
Synchronizing Content... diff --git a/src/_includes/examples/custom.html b/src/_includes/examples/custom.html index dfad1900c..dc524dcea 100644 --- a/src/_includes/examples/custom.html +++ b/src/_includes/examples/custom.html @@ -1,10 +1,10 @@
-
+

Anything you can do with CSS font styles, you can do with Font Awesome.

-
+

Star Ratings (inspired by CSS Tricks)

diff --git a/src/_includes/examples/form-inputs.html b/src/_includes/examples/form-inputs.html index 95a88b90a..b07fea2db 100644 --- a/src/_includes/examples/form-inputs.html +++ b/src/_includes/examples/form-inputs.html @@ -1,19 +1,18 @@
-
-
-
- - -
-
- - -
-
+
+
+ + +
+
+
+ + +
-
+
{% highlight html %}
diff --git a/src/_includes/examples/inline-icons.html b/src/_includes/examples/inline-icons.html index 4aa9f519d..246b67c6b 100644 --- a/src/_includes/examples/inline-icons.html +++ b/src/_includes/examples/inline-icons.html @@ -1,10 +1,10 @@
-
+

Place Font Awesome icons just about anywhere with the <i> tag.

-
+
icon-camera-retro diff --git a/src/_includes/examples/larger-icons.html b/src/_includes/examples/larger-icons.html index 7338bce64..f055522fa 100644 --- a/src/_includes/examples/larger-icons.html +++ b/src/_includes/examples/larger-icons.html @@ -1,13 +1,13 @@
-
+

To increase the size of icons relative to its container, use fa-lg, fa-2x, fa-3x, or fa-4x.

-
+

Increase the icon size by using the fa-lg (33% increase), fa-2x, fa-3x, or fa-4x classes. diff --git a/src/_includes/examples/navigation.html b/src/_includes/examples/navigation.html index 118564938..fa28f8770 100644 --- a/src/_includes/examples/navigation.html +++ b/src/_includes/examples/navigation.html @@ -1,20 +1,18 @@