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 {
position:absolute;
top:-100%;
left:-100%;
top:-150%;
left:-150%;
}
.full .slide:target {
top:0;