The fix for layout problems on IE7 and other browsers resulted in sibling nodes butting up against each other. This fixes that.
parent
4b6b66a8ab
commit
01521d4aab
|
@ -36,6 +36,7 @@
|
||||||
width : 96px;
|
width : 96px;
|
||||||
height : 60px;
|
height : 60px;
|
||||||
z-index : 10;
|
z-index : 10;
|
||||||
|
margin: : 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* jQuery drag 'n drop */
|
/* jQuery drag 'n drop */
|
||||||
|
|
Loading…
Reference in New Issue