Skip to content

Instantly share code, notes, and snippets.

@migerh
Created October 11, 2011 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migerh/1278593 to your computer and use it in GitHub Desktop.
Save migerh/1278593 to your computer and use it in GitHub Desktop.
diff to downscale 1024x768 presentation to 800x600
@@ -78,11 +78,11 @@
display: block; /* none */
position: absolute;
overflow: hidden;
- width: 900px;
- height: 700px;
+ width: 700px;
+ height: 550px;
left: 50%;
top: 50%;
- margin-top: -350px;
+ margin-top: -275px;
background: -webkit-gradient(linear, left bottom, left top, from(#bbd), to(#fff));
-webkit-transition: margin 0.25s ease-in-out;
background-color: #eee;
@@ -141,7 +141,7 @@
.slide.current {
display: block;
- margin-left: -450px;
+ margin-left: -350px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment