From dfc0183f8f3f18d02bb05230516f75bc2d80210e Mon Sep 17 00:00:00 2001 From: sturobson Date: Fri, 20 Jul 2012 17:13:33 +0200 Subject: [PATCH 1/3] changed .inline-block for not using ieclasses as per other when and when not variables --- mixins/helpers.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/helpers.less b/mixins/helpers.less index a79fafc..40cff2d 100644 --- a/mixins/helpers.less +++ b/mixins/helpers.less @@ -150,7 +150,7 @@ } } -.inline-block() when (@using-ieclasses = false) { +.inline-block() when not (@using-ieclasses) { display: inline-block; *display: inline; *zoom: 1; From 919020d3cc2b30f20a2d4fd8b7c8dd5eefac465d Mon Sep 17 00:00:00 2001 From: Stuart Robson Date: Thu, 26 Jul 2012 23:58:13 +0200 Subject: [PATCH 2/3] Update README.md changed .social a.twitter to social a.facebook to correlate with the LESS example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f42cb0b..79de0e7 100644 --- a/README.md +++ b/README.md @@ -1634,7 +1634,7 @@ An example using the [sprite mixins](#sprites): width: 16px; height: 16px; } -.social a.twitter { +.social a.facebook { background-image: url('/images/example-sprite.png'); background-repeat: no-repeat; background-position: 0 -100px; From 1c421b3db243fd2546d36ded070947de5e794cb2 Mon Sep 17 00:00:00 2001 From: Mark Perkins Date: Tue, 31 Jul 2012 13:20:57 +0200 Subject: [PATCH 3/3] Fix docs typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79de0e7..4f860fa 100644 --- a/README.md +++ b/README.md @@ -1675,7 +1675,7 @@ An example using the [sprite mixins](#sprites): .social a.twitter { background-position: 0 -50px; } -.social a.twitter { +.social a.facebook { background-position: 0 -100px; } .social a.youtube {