summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-08-09 13:39:30 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-08-09 13:39:30 +0200
commit69efb4bae614e62b8f2a465c525be35a3f1a71c5 (patch)
tree2c6633719d666f9ea57efa537125b1a13d69bee7
parent395d3f5e57d2c39cb3bd1a7ee8e768507b5d1e6b (diff)
downloadmerchant-69efb4bae614e62b8f2a465c525be35a3f1a71c5.tar.gz
merchant-69efb4bae614e62b8f2a465c525be35a3f1a71c5.tar.bz2
merchant-69efb4bae614e62b8f2a465c525be35a3f1a71c5.zip
adding background image from wikimedia.org
-rw-r--r--src/frontend/Gala.jpgbin0 -> 33855 bytes
-rw-r--r--src/frontend/style.css3
-rw-r--r--src/frontend/toys2.jpgbin41373 -> 0 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/src/frontend/Gala.jpg b/src/frontend/Gala.jpg
new file mode 100644
index 00000000..795e726f
--- /dev/null
+++ b/src/frontend/Gala.jpg
Binary files differ
diff --git a/src/frontend/style.css b/src/frontend/style.css
index a06d4c27..6d7c5efc 100644
--- a/src/frontend/style.css
+++ b/src/frontend/style.css
@@ -37,7 +37,8 @@ header {
header h1 {
height: 190px;
margin: 0px;
- background-image: url(toysX.jpg);
+ background-color: black;
+ background-image: url(Gala.jpg);
background-repeat: no-repeat;
}
header h1, header h2 {
diff --git a/src/frontend/toys2.jpg b/src/frontend/toys2.jpg
deleted file mode 100644
index 9b3d2d29..00000000
--- a/src/frontend/toys2.jpg
+++ /dev/null
Binary files differ