summaryrefslogtreecommitdiff
path: root/carousel.css
diff options
context:
space:
mode:
authorMorgan <morgan.bohn@unistra.fr>2015-10-30 12:18:16 +0100
committerMorgan <morgan.bohn@unistra.fr>2015-10-30 12:18:16 +0100
commitfa0d4824a832784d5ae7d7200d8b5bfd1358aac1 (patch)
treeb814fef1daa328fcb3aa08795652c004ae9aaacb /carousel.css
parentcorrect bug (diff)
downloadspore.github.io-fa0d4824a832784d5ae7d7200d8b5bfd1358aac1.tar.gz
change background
Diffstat (limited to 'carousel.css')
-rw-r--r--carousel.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/carousel.css b/carousel.css
index 8833f82..e491219 100644
--- a/carousel.css
+++ b/carousel.css
@@ -41,6 +41,9 @@ body {
.carousel {
height: 500px;
margin-bottom: 60px;
+ background-color: #777;
+ background-image: url("img/dandelion-335222_640.png");
+ background-repeat:repeat-x;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
@@ -50,7 +53,6 @@ body {
/* Declare heights because of positioning of img element */
.carousel .item {
height: 500px;
- background-color: #777;
}
.carousel-inner > .item > img {
position: absolute;