aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library/_hacks.sass
blob: 33b442b66a6deea31901009b3a597f11c37f7ee1 (plain)
1
2
3
4
5
6
7
8
// based on compass hacks

=has-layout
  // This makes ie6 get layout
  :display inline-block
  // and this puts it back to block
  &
    :display block