Sha256: cf97e668d88b84f41cf935a97402513c970f106352f7f0e4020d718c9fffc0ee

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

/*
  Cross-browser inline-block.
  @see http://www.quirksmode.org/css/display.html
*/
.__inline-block {
	display:inline-block;

	/* IE7 fix */
	*display:inline;
	*zoom:1;
}

@mixin inline-block {
	@extend .__inline-block;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stitch-0.1.1 stylesheets/stitch/patterns/legacy/_inline-block.scss
stitch-0.1.0 stylesheets/stitch/patterns/legacy/_inline-block.scss