Add img to the inline-block display type for elements-of-type().

This commit is contained in:
Chris Eppstein 2012-01-31 08:53:44 -08:00
parent fedc4fa47c
commit 050e45d2fc

View File

@ -7,6 +7,7 @@ module Compass::SassExtensions::Functions::Display
datalist dfn em embed font i img input keygen kbd label mark meter output
progress q rp rt ruby s samp select small span strike strong sub
sup textarea time tt u var video wbr},
:"inline-block" => %w{img},
:table => %w{table},
:"list-item" => %w{li},
:"table-row-group" => %w{tbody},