Minor bug fixes.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@108 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
7f528c320d
commit
6c7557eeff
@ -44,9 +44,9 @@ public class NumericBinIndex {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getMin() >= getMax()) {
|
if (_min >= _max) {
|
||||||
_step = 0;
|
_step = 0;
|
||||||
_bins = new int[0];
|
_bins = new int[1];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
background: #fffee0;
|
background: #fffee0;
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
-moz-border-radius-bottomleft: 20px;
|
|
||||||
}
|
}
|
||||||
.history-panel h3 {
|
.history-panel h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user