mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2025-03-09 22:29:45 -04: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 |