summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-07 12:07:19 -0400
committerJules Laplace <jules@okfoc.us>2016-04-07 12:07:19 -0400
commitedaa49db61e331d29d7a59875b3147cc5fbce87e (patch)
tree3f2312b104198fb66cf4cdb333ee7594180b6e60
parentb44d9469e5c03cd8d3fad6353e3da744c3abdc6c (diff)
css is case sensitive
-rw-r--r--public/assets/ok.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index ef2a209..4c05bc0 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -523,7 +523,7 @@ body {
margin-left: 20vw;
cursor: url(img/u.png) 32 0, pointer;
}
-.whiteCursor .page-up {
+.whitecursor .page-up {
cursor: url(img/u-white.png) 32 0, pointer;
}
@@ -537,7 +537,7 @@ body {
margin-left: 20vw;
cursor: url(img/d.png) 32 64, pointer;
}
-.whiteCursor .page-down {
+.whitecursor .page-down {
cursor: url(img/d-white.png) 32 64, pointer;
}
@@ -589,7 +589,7 @@ button.next {
cursor: url(img/r.png)64 32, pointer;
z-index: 4;
}
-.whiteCursor button.next {
+.whitecursor button.next {
cursor: url(img/r-white.png)64 32, pointer;
}
@@ -598,7 +598,7 @@ button.previous {
cursor: url(img/l.png) 0 32, pointer;
z-index: 4;
}
-.whiteCursor button.previous {
+.whitecursor button.previous {
cursor: url(img/l-white.png) 0 32, pointer;
}