Minor fix: move images to images/ directory

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@166 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2008-11-20 13:59:33 +00:00
parent 3c685aa352
commit 936f680062
7 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 873 B

After

Width:  |  Height:  |  Size: 873 B

View file

Before

Width:  |  Height:  |  Size: 684 B

After

Width:  |  Height:  |  Size: 684 B

View file

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -82,7 +82,7 @@ th {
/* HEADER */ /* HEADER */
div#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; border-bottom: 3px solid #9CD;
clear: both; clear: both;
} }
@ -106,11 +106,11 @@ h1 {
text-transform: lowercase; text-transform: lowercase;
} }
html > body h1 { html > body h1 {
background: url('logo.png') no-repeat 10px; background: url('images/logo.png') no-repeat 10px;
padding-left: 75px; padding-left: 75px;
} }
html > body div#header.popup h1 { 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; padding: 0.5em 0.5em 0.5em 50px;
} }
/*html > body div#header #welcome { /*html > body div#header #welcome {
@ -136,7 +136,7 @@ h1 a:hover {
color: #000; color: #000;
} }
h2 { 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; border-bottom: 3px solid #DDD;
clear: both; clear: both;
color: #DDD; color: #DDD;
@ -244,7 +244,7 @@ div#sidebar a:hover {
color: #773; color: #773;
} }
div#sidebar>div { 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; border: 1px solid #CC8;
color: #555; color: #555;
margin-bottom: 1em; margin-bottom: 1em;