mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-06 09:25:07 -05:00
8 lines
152 B
Sass
8 lines
152 B
Sass
|
// based on compass hacks
|
||
|
|
||
|
=has-layout
|
||
|
// This makes ie6 get layout
|
||
|
:display inline-block
|
||
|
// and this puts it back to block
|
||
|
&
|
||
|
:display block
|