]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Minor fix: move images to images/ directory
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 20 Nov 2008 13:59:33 +0000 (13:59 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Thu, 20 Nov 2008 13:59:33 +0000 (13:59 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@166 b3834d28-1941-0410-a4f8-b48e95affb8f

images/bg_bar.png [moved from bg_bar.png with 100% similarity]
images/bg_header.png [moved from bg_header.png with 100% similarity]
images/bg_sidebar.png [moved from bg_sidebar.png with 100% similarity]
images/logo.png
images/logo_24.png [moved from logo_24.png with 100% similarity]
logo.png [deleted file]
scuttle.css

similarity index 100%
rename from bg_bar.png
rename to images/bg_bar.png
similarity index 100%
rename from bg_header.png
rename to images/bg_header.png
similarity index 100%
rename from bg_sidebar.png
rename to images/bg_sidebar.png
index bb41be3cab2918891fedcf24aae2742f8de9f9b8..4afe5653f548b4b74ea0ecdb727ea2d7ac12a091 100644 (file)
Binary files a/images/logo.png and b/images/logo.png differ
similarity index 100%
rename from logo_24.png
rename to images/logo_24.png
diff --git a/logo.png b/logo.png
deleted file mode 100644 (file)
index 4afe565..0000000
Binary files a/logo.png and /dev/null differ
index 729598774e3d235919f7b3eec34831467ee28564..2ab161624e94783209c4d5d3a8c063b4b415e1e0 100644 (file)
@@ -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;