we already have a clearfix, class is cf

This commit is contained in:
saman bb
2013-03-15 18:25:24 -04:00
parent 3606ccf85f
commit efddb5c8ed
2 changed files with 2 additions and 21 deletions

View File

@@ -2089,23 +2089,4 @@ a.success-action {
}
::-webkit-scrollbar-corner {
background: transparent
}
/* clearfix */
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
}

View File

@@ -22,7 +22,7 @@ iD.ui.PresetGrid = function(context) {
.attr('class', 'fillL inspector-body inspector-body-' + entity.geometry(context.graph()));
var grid = gridwrap.append('div')
.attr('class', 'preset-grid fillL clearfix')
.attr('class', 'preset-grid fillL cf')
.data([context.presets().defaults(entity, 36).collection]);
var show_more = gridwrap.append('div')