summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2013-01-28 17:57:50 -0500
committerJules Laplace <jules@okfoc.us>2013-01-28 17:57:50 -0500
commit78b95db387738279d8c1a648949bb8a57f6bf506 (patch)
tree23f778455051b0cddd36d38dcb5d31b782d62f05 /public/stylesheets
parent708218bf19f71d141d0bdd1a0fb86924e8eeab25 (diff)
margin
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index 415a0ad..1c3d3ab 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -359,12 +359,12 @@ header {
.cursor {
pointer-events: none;
position: absolute;
- bottom: 50%;
- right: 50%;
+ top: 50%;
+ left: 50%;
width: 32px;
height: 32px;
- margin-bottom: -9999px;
- margin-right: -9999px;
+ margin-top: -9999px;
+ margin-left: -9999px;
z-index:0;
-webkit-transform: translateZ(0);
-webkit-transition: all .1s ease-out;