datenspuren/2012/images/derbug.png: squarify

This commit is contained in:
Astro 2012-10-02 03:52:41 +02:00
parent 3081e0601c
commit 53e6af3619
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -56,8 +56,8 @@ function Bug() {
this.el = $('<img src="images/derbug.png">');
this.el.css({ position: 'absolute',
width: "26px",
height: "26px"
width: "28px",
height: "28px"
});
$('body').append(this.el);
/*console.log("new bug", this, this.x, this.y);*/