made a clone when doing HSV sort so we retain the origin HSV data

This commit is contained in:
Dominick Pham 2009-08-11 20:50:32 -04:00
parent 5b5e236b38
commit fcf4cde51d
3 changed files with 25 additions and 4 deletions

View file

@ -105,6 +105,20 @@ a:hover { text-decoration: underline; }
clear: both;
}
#logHSV {
border-top: 1px solid #6D7985;
clear: both;
float: left;
margin-top: 10px;
width: 578px;
padding-top: 15px;
}
#logHSV li {
float: left;
width: 70px;
}
#log_colors { padding-left: 4px; }
.color_box {