even better off-screen positioning

This commit is contained in:
Vadim Makeev 2011-07-17 14:25:17 +04:00
parent b8ab4711c2
commit 1535ac4812
1 changed files with 2 additions and 2 deletions

View File

@ -299,8 +299,8 @@ BODY {
} }
.full .slide { .full .slide {
position:absolute; position:absolute;
top:-100%; top:-150%;
left:-100%; left:-150%;
} }
.full .slide:target { .full .slide:target {
top:0; top:0;