From: ewinslow Date: Sat, 26 Feb 2011 01:22:28 +0000 (+0000) Subject: Fixes #2691: Switching elgg-icon to display:inline-block -- matches behavior of ... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=57faaf2504f71c3ab253772ab46dbaa660006f68;p=lorea%2Felgg.git Fixes #2691: Switching elgg-icon to display:inline-block -- matches behavior of tag git-svn-id: http://code.elgg.org/elgg/trunk@8483 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index b52503b57..8ac0cb969 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -16,8 +16,7 @@ background: transparent url(_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; - display: block; - float: left; + display: inline-block; margin: 0 2px; } .elgg-icon-settings {