Work on fixing position of the .open link

Apparently WebKit/Chrome was recently updated to behave more like other browsers (and not stupidly move elements around without telling anyone), which means that the -13px hack isn't necessary (and now is rendered, in fact, rather detrimental). Haven't extensively tested this, though. Committing now so I don't forget to push when I get home.
This commit is contained in:
theopolisme 2014-06-14 18:55:30 +01:00
parent 8ea6a2c192
commit f939e18241

View File

@ -203,7 +203,6 @@
.open { .open {
position: absolute; position: absolute;
left: -13px;
height: 100%; height: 100%;
cursor: pointer; cursor: pointer;