summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-20 13:59:33 +0000
committerGravatar mensonge2008-11-20 13:59:33 +0000
commit936f680062b40d237b90383c31034f9873ef8cd0 (patch)
treeeccd7b9d3f3c1a2f64e9abea51aa839dee0f69ba
parent3c685aa352587b752af61c6e80b1645ca3830316 (diff)
downloadscuttle-936f680062b40d237b90383c31034f9873ef8cd0.tar.gz
scuttle-936f680062b40d237b90383c31034f9873ef8cd0.zip
Minor fix: move images to images/ directory
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@166 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--images/bg_bar.png (renamed from bg_bar.png)bin873 -> 873 bytes
-rw-r--r--images/bg_header.png (renamed from bg_header.png)bin684 -> 684 bytes
-rw-r--r--images/bg_sidebar.png (renamed from bg_sidebar.png)bin726 -> 726 bytes
-rw-r--r--images/logo.pngbin3208 -> 2973 bytes
-rw-r--r--images/logo_24.png (renamed from logo_24.png)bin1729 -> 1729 bytes
-rw-r--r--logo.pngbin2973 -> 0 bytes
-rw-r--r--scuttle.css10
7 files changed, 5 insertions, 5 deletions
diff --git a/bg_bar.png b/images/bg_bar.png
index 7152ba1..7152ba1 100644
--- a/bg_bar.png
+++ b/images/bg_bar.png
Binary files differ
diff --git a/bg_header.png b/images/bg_header.png
index 6fa4161..6fa4161 100644
--- a/bg_header.png
+++ b/images/bg_header.png
Binary files differ
diff --git a/bg_sidebar.png b/images/bg_sidebar.png
index 0edb153..0edb153 100644
--- a/bg_sidebar.png
+++ b/images/bg_sidebar.png
Binary files differ
diff --git a/images/logo.png b/images/logo.png
index bb41be3..4afe565 100644
--- a/images/logo.png
+++ b/images/logo.png
Binary files differ
diff --git a/logo_24.png b/images/logo_24.png
index f450b78..f450b78 100644
--- a/logo_24.png
+++ b/images/logo_24.png
Binary files differ
diff --git a/logo.png b/logo.png
deleted file mode 100644
index 4afe565..0000000
--- a/logo.png
+++ /dev/null
Binary files 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;