Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2017-06-12 17:32:52 +0300
committerGitHub <noreply@github.com>2017-06-12 17:32:52 +0300
commit86ab7789fa61babf416a56470d65e120e363cf80 (patch)
tree54419a5a9c4928f9a8ca89c427dc6932fc888f41
parent648b419185010fdb5886a4571c2f08d9603d2a77 (diff)
Added Grabbing image (#83)
I added the image. This closes #80
-rw-r--r--static/css/owl.carousel.css9
-rw-r--r--static/img/grabbing.pngbin0 -> 108 bytes
2 files changed, 4 insertions, 5 deletions
diff --git a/static/css/owl.carousel.css b/static/css/owl.carousel.css
index f455f23..10c9276 100644
--- a/static/css/owl.carousel.css
+++ b/static/css/owl.carousel.css
@@ -1,4 +1,4 @@
-/*
+/*
* Core Owl Carousel CSS File
* v1.3.2
*/
@@ -36,7 +36,7 @@
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
-
+
.owl-carousel .owl-item{
float: left;
}
@@ -54,8 +54,8 @@
}
/* mouse grab icon */
-.grabbing {
- cursor:url(grabbing.png) 8 8, move;
+.grabbing {
+ cursor:url(/img/grabbing.png) 8 8, move;
}
/* fix */
@@ -68,4 +68,3 @@
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
-
diff --git a/static/img/grabbing.png b/static/img/grabbing.png
new file mode 100644
index 0000000..252f81b
--- /dev/null
+++ b/static/img/grabbing.png
Binary files differ