summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-01-28 12:19:23 -0500
committerJules Laplace <jules@okfoc.us>2013-01-28 12:19:23 -0500
commita88e07c8f8e98c44051641450ea610998322cc1d (patch)
treee946ce0bfdb92e27770eb05d233cb5f9ad6d4b14 /public/stylesheets
parent25a750d072ff848de7c7904b3b16bc1de076db7a (diff)
hover over the racecar
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 23c434f..415a0ad 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -357,6 +357,7 @@ header {
}
.cursor {
+ pointer-events: none;
position: absolute;
bottom: 50%;
right: 50%;
@@ -459,4 +460,4 @@ ol {
}
.okfocus img {
width: 100px;
-} \ No newline at end of file
+}