mirror of
https://github.com/clearleft/clearless.git
synced 2026-01-09 13:47:55 -05:00
Merge branch 'master' of github.com:clearleft/clearless
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.inline-block() when (@using-ieclasses = false) {
|
||||
.inline-block() when not (@using-ieclasses) {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
|
||||
Reference in New Issue
Block a user