Skip to content

Commit

Permalink
Fixed RHS curl resizing bug when resizing with jquery's animate()
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Kember committed Jan 18, 2009
1 parent df9f94b commit b7ea5c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions turn.css
Expand Up @@ -36,26 +36,26 @@
}

#turn_wrapper.right #turn_hideme {
float: right;
float: right !important;
right: 0;
left: auto;
}
#turn_wrapper.right #turn_object {
right: 0 !important;
left: auto;
left: auto !important;
}

#turn_wrapper.right {
position: absolute;
top: 0;
width: 100%;
height: 0;
right: 0;
right: 0 !important;
}

#turn_wrapper.right #turn_object * {
position: absolute;
right: 0;
right: 0 !important;
}

#turn_wrapper #turn_object img#turn_fold {
Expand Down

0 comments on commit b7ea5c3

Please sign in to comment.