diff --git a/images/back.gif b/images/back.gif old mode 100644 new mode 100755 index 264ea58..cbbbb6c Binary files a/images/back.gif and b/images/back.gif differ diff --git a/images/backgrounds/arcade-bg.gif b/images/backgrounds/arcade-bg.gif deleted file mode 100644 index 1fdc356..0000000 Binary files a/images/backgrounds/arcade-bg.gif and /dev/null differ diff --git a/images/backgrounds/flowers-bg.gif b/images/backgrounds/flowers-bg.gif deleted file mode 100644 index 3019964..0000000 Binary files a/images/backgrounds/flowers-bg.gif and /dev/null differ diff --git a/images/backgrounds/lake-bg.gif b/images/backgrounds/lake-bg.gif deleted file mode 100644 index 2745646..0000000 Binary files a/images/backgrounds/lake-bg.gif and /dev/null differ diff --git a/images/backgrounds/moon-bg.gif b/images/backgrounds/moon-bg.gif deleted file mode 100644 index f45f728..0000000 Binary files a/images/backgrounds/moon-bg.gif and /dev/null differ diff --git a/images/backgrounds/mountain-bg.gif b/images/backgrounds/mountain-bg.gif deleted file mode 100644 index eeca29a..0000000 Binary files a/images/backgrounds/mountain-bg.gif and /dev/null differ diff --git a/images/backgrounds/stars-bg.gif b/images/backgrounds/stars-bg.gif deleted file mode 100644 index 3b7fbe6..0000000 Binary files a/images/backgrounds/stars-bg.gif and /dev/null differ diff --git a/images/backgrounds/street-bg.gif b/images/backgrounds/street-bg.gif deleted file mode 100644 index 7d72f38..0000000 Binary files a/images/backgrounds/street-bg.gif and /dev/null differ diff --git a/images/backgrounds/window-bg.gif b/images/backgrounds/window-bg.gif deleted file mode 100644 index 8ef4691..0000000 Binary files a/images/backgrounds/window-bg.gif and /dev/null differ diff --git a/images/cursor-default.gif b/images/cursor-default.gif deleted file mode 100644 index 330879c..0000000 Binary files a/images/cursor-default.gif and /dev/null differ diff --git a/images/cursor-hover.gif b/images/cursor-hover.gif deleted file mode 100644 index 660d0f4..0000000 Binary files a/images/cursor-hover.gif and /dev/null differ diff --git a/images/ext.gif b/images/ext.gif old mode 100644 new mode 100755 index 0c08567..2fa6b75 Binary files a/images/ext.gif and b/images/ext.gif differ diff --git a/images/forward.gif b/images/forward.gif old mode 100644 new mode 100755 index 20f45d0..baeecdf Binary files a/images/forward.gif and b/images/forward.gif differ diff --git a/images/list.gif b/images/list.gif old mode 100644 new mode 100755 index fdae517..9a1ecdc Binary files a/images/list.gif and b/images/list.gif differ diff --git a/images/listsmall.gif b/images/listsmall.gif old mode 100644 new mode 100755 index 1678ef6..b5bcd63 Binary files a/images/listsmall.gif and b/images/listsmall.gif differ diff --git a/styles/cursor.css b/styles/cursor.css deleted file mode 100644 index cdd5c71..0000000 --- a/styles/cursor.css +++ /dev/null @@ -1,7 +0,0 @@ -* { - cursor: url("../images/cursor-default.gif"), default; -} - -a, a > * { - cursor: url("../images/cursor-hover.gif"), default; -}