From c6856a6b2da033e7ba3f1ec221dcf7549c5cfc66 Mon Sep 17 00:00:00 2001 From: Damon Davison Date: Sat, 12 Jan 2013 17:24:55 +0000 Subject: [PATCH] Fix typos and spelling errors in CSS --- css/impress-demo.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/impress-demo.css b/css/impress-demo.css index 75fd1ad0a..1f2a1e795 100644 --- a/css/impress-demo.css +++ b/css/impress-demo.css @@ -244,7 +244,7 @@ a:focus { I agree that this may be not the most efficient, object-oriented and scalable way of styling, but most of steps have quite a custom look - and typography tricks here and there, so they had to be styles separately. + and typography tricks here and there, so they had to be styled separately. First is the title step with a big

(no room for padding) and some 3D positioning along Z axis. @@ -344,7 +344,7 @@ a:focus { } /* - ... 'rotating' to rotate quater of a second later ... + ... 'rotating' to rotate a quarter of a second later ... */ #ing.present .rotating { -webkit-transform: rotate(-10deg); @@ -361,7 +361,7 @@ a:focus { } /* - ... and 'scaling' to scale down after another quater of a second. + ... and 'scaling' to scale down after another quarter of a second. */ #ing.present .scaling { -webkit-transform: scale(0.7); @@ -700,4 +700,4 @@ a:focus { That's all I have for you in this file. Thanks for reading. I hope you enjoyed it at least as much as I enjoyed writing it for you. -*/ \ No newline at end of file +*/