Skip to content

Commit

Permalink
Tweak scaling slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Oct 5, 2011
1 parent 8053757 commit dbe8a57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cube/client/body.css
Expand Up @@ -82,6 +82,6 @@ button {

@media screen and (min-width: 1920px) {
.view {
-webkit-transform: scale(1.48,1.48)translate(0px,110px);
-webkit-transform: scale(1.4,1.4)translate(0px,110px);
}
}
2 changes: 1 addition & 1 deletion lib/cube/index.js
@@ -1,4 +1,4 @@
exports.version = "0.0.6";
exports.version = "0.0.7";
exports.emitter = require("./server/emitter");
exports.server = require("./server/server");
exports.collector = require("./server/collector");
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cube",
"version": "0.0.6",
"version": "0.0.7",
"description": "A system for time series visualization using MongoDB, Node and D3.",
"keywords": ["time series", "visualization"],
"homepage": "http://square.github.com/cube/",
Expand Down

0 comments on commit dbe8a57

Please sign in to comment.