aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Davison <damon@allolex.net>2013-01-12 17:24:55 +0000
committerDamon Davison <damon@allolex.net>2013-01-12 17:24:55 +0000
commitc6856a6b2da033e7ba3f1ec221dcf7549c5cfc66 (patch)
treeba471f98cced309313983d677018762e1a4275b8
parentab44798b081997319f4207dabbb052736acfc512 (diff)
downloadimpress.js-c6856a6b2da033e7ba3f1ec221dcf7549c5cfc66.tar.gz
Fix typos and spelling errors in CSS
-rw-r--r--css/impress-demo.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/impress-demo.css b/css/impress-demo.css
index 75fd1ad..1f2a1e7 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 <h1> (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
+*/