made dev look prettier and removed the log in dev.js (dunno why you kept it in there - it was only sorting the first 20x20 set of data)

This commit is contained in:
Dominick Pham 2009-08-15 01:01:33 -04:00
parent c872e9a031
commit 35a2eb79d4
2 changed files with 9 additions and 5 deletions

View file

@ -160,6 +160,14 @@ a:hover { text-decoration: underline; }
-moz-border-radius: 2px;
margin: 2px 6px 3px 0;
}
.color_boxd {
float: left;
width: 15px;
height: 15px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
margin: 1px 3px 1px 0;
}
.hideme {
display: none;