Removed 404 links and some other unused images

This commit is contained in:
Peter 'Pita' Martischka 2011-06-02 00:28:08 +01:00
parent 929af33260
commit 6122929461
5 changed files with 2 additions and 5 deletions

View File

@ -430,7 +430,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
#myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ }
#mycolorpicker {
background: url(static/img/colorpicker.gif) no-repeat left top;
background: url(../img/colorpicker.gif) no-repeat left top;
width: 232px; height: 140px;
position: absolute;
left: -240px; top: 0px; z-index: 101;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

View File

@ -529,10 +529,7 @@ var pad = {
},
preloadImages: function() {
var images = [
'static/img/feedbackbox2.gif',
'static/img/sharebox4.gif',
'static/img/sharedistri.gif',
'static/img/colorpicker.gif',
'../static/img/colorpicker.gif'
];
function loadNextImage() {
if (images.length == 0) {