Merge branch 'master' of github.com:clearleft/clearless

This commit is contained in:
Mark Perkins
2012-08-03 12:20:00 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
@@ -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 {

View File

@@ -136,7 +136,7 @@
}
}
.inline-block() when (@using-ieclasses = false) {
.inline-block() when not (@using-ieclasses) {
display: inline-block;
*display: inline;
*zoom: 1;