From 936f680062b40d237b90383c31034f9873ef8cd0 Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 20 Nov 2008 13:59:33 +0000 Subject: Minor fix: move images to images/ directory git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@166 b3834d28-1941-0410-a4f8-b48e95affb8f --- bg_bar.png | Bin 873 -> 0 bytes bg_header.png | Bin 684 -> 0 bytes bg_sidebar.png | Bin 726 -> 0 bytes images/bg_bar.png | Bin 0 -> 873 bytes images/bg_header.png | Bin 0 -> 684 bytes images/bg_sidebar.png | Bin 0 -> 726 bytes images/logo.png | Bin 3208 -> 2973 bytes images/logo_24.png | Bin 0 -> 1729 bytes logo.png | Bin 2973 -> 0 bytes logo_24.png | Bin 1729 -> 0 bytes scuttle.css | 10 +++++----- 11 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 bg_bar.png delete mode 100644 bg_header.png delete mode 100644 bg_sidebar.png create mode 100644 images/bg_bar.png create mode 100644 images/bg_header.png create mode 100644 images/bg_sidebar.png create mode 100644 images/logo_24.png delete mode 100644 logo.png delete mode 100644 logo_24.png diff --git a/bg_bar.png b/bg_bar.png deleted file mode 100644 index 7152ba1..0000000 Binary files a/bg_bar.png and /dev/null differ diff --git a/bg_header.png b/bg_header.png deleted file mode 100644 index 6fa4161..0000000 Binary files a/bg_header.png and /dev/null differ diff --git a/bg_sidebar.png b/bg_sidebar.png deleted file mode 100644 index 0edb153..0000000 Binary files a/bg_sidebar.png and /dev/null differ diff --git a/images/bg_bar.png b/images/bg_bar.png new file mode 100644 index 0000000..7152ba1 Binary files /dev/null and b/images/bg_bar.png differ diff --git a/images/bg_header.png b/images/bg_header.png new file mode 100644 index 0000000..6fa4161 Binary files /dev/null and b/images/bg_header.png differ diff --git a/images/bg_sidebar.png b/images/bg_sidebar.png new file mode 100644 index 0000000..0edb153 Binary files /dev/null and b/images/bg_sidebar.png differ diff --git a/images/logo.png b/images/logo.png index bb41be3..4afe565 100644 Binary files a/images/logo.png and b/images/logo.png differ diff --git a/images/logo_24.png b/images/logo_24.png new file mode 100644 index 0000000..f450b78 Binary files /dev/null and b/images/logo_24.png differ diff --git a/logo.png b/logo.png deleted file mode 100644 index 4afe565..0000000 Binary files a/logo.png and /dev/null differ diff --git a/logo_24.png b/logo_24.png deleted file mode 100644 index f450b78..0000000 Binary files a/logo_24.png and /dev/null differ diff --git a/scuttle.css b/scuttle.css index 7295987..2ab1616 100644 --- a/scuttle.css +++ b/scuttle.css @@ -82,7 +82,7 @@ th { /* HEADER */ div#header { - background: #FFF url('bg_header.png') bottom repeat-x; + background: #FFF url('images/bg_header.png') bottom repeat-x; border-bottom: 3px solid #9CD; clear: both; } @@ -106,11 +106,11 @@ h1 { text-transform: lowercase; } html > body h1 { - background: url('logo.png') no-repeat 10px; + background: url('images/logo.png') no-repeat 10px; padding-left: 75px; } html > body div#header.popup h1 { - background: url('logo_24.png') no-repeat 10px; + background: url('images/logo_24.png') no-repeat 10px; padding: 0.5em 0.5em 0.5em 50px; } /*html > body div#header #welcome { @@ -136,7 +136,7 @@ h1 a:hover { color: #000; } h2 { - background: #666 url('bg_bar.png') center center repeat-x; + background: #666 url('images/bg_bar.png') center center repeat-x; border-bottom: 3px solid #DDD; clear: both; color: #DDD; @@ -244,7 +244,7 @@ div#sidebar a:hover { color: #773; } div#sidebar>div { - background: #FFF url('bg_sidebar.png') bottom repeat-x; + background: #FFF url('images/bg_sidebar.png') bottom repeat-x; border: 1px solid #CC8; color: #555; margin-bottom: 1em; -- cgit v1.2.3-54-g00ecf