move images into folder; new old icon

main
Isaiah Odhner 2014-02-25 18:48:07 -05:00
parent 0ff5d4fa3a
commit 4926407113
12 changed files with 6 additions and 6 deletions

2
app.js
View File

@ -105,7 +105,7 @@ app.open = function(){
display: "block",
width: "100%",
height: "100%",
backgroundImage: "url(mspaint-toolbar.png)",
backgroundImage: "url(images/toolbar-icons.png)",
backgroundPositionX: bx,
backgroundPositionY: -by,
});

View File

@ -34,16 +34,16 @@
background-repeat: no-repeat;
}
::-webkit-scrollbar-button:horizontal:decrement {
background-image: url(scroll-left.png);
background-image: url(images/scroll-left.png);
}
::-webkit-scrollbar-button:horizontal:increment {
background-image: url(scroll-right.png);
background-image: url(images/scroll-right.png);
}
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(scroll-up.png);
background-image: url(images/scroll-up.png);
}
::-webkit-scrollbar-button:vertical:increment {
background-image: url(scroll-down.png);
background-image: url(images/scroll-down.png);
}

BIN
images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

View File

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

View File

Before

Width:  |  Height:  |  Size: 164 B

After

Width:  |  Height:  |  Size: 164 B

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 163 B

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -10,7 +10,7 @@
<link href='layout.css' rel='stylesheet' type='text/css'>
<link href='classic.css' rel='stylesheet' type='text/css'>
<link rel='icon' href='mspaint-icon.png' sizes="16x16" type='image/png'>
<link rel='icon' href='images/icon.png' sizes="16x16" type='image/png'>
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB